Html Css Color HEX #257421 Japanese Laurel

📋 copy color: '#257421'

red 37 ◦ green 116 ◦ blue 33

#257421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #257421

Tints of Japanese Laurel #257421

RGB

 RED value IS 37 (14.84% from 255) = 19.89%

 GREEN value IS 116 (45.7% from 255) = 62.37%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 19.89%
G = 62.37%
B = 17.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#257421 (or 0x257421) is known color: Japanese Laurel. HEX triplet: 25, 74 and 21. RGB value is (37,116,33). Sum of RGB (Red+Green+Blue) = 37+116+33=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #257421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257421 is #DA8BDE. Grayscale: #535353. Windows color (decimal): -14322655 or 2192421. OLE color: 2192421.

HSL color Cylindrical-coordinate representation of color #257421: hue angle of 117.11º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257421 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 116 33 -
CMYK 0.68 0 0.72 0.55
HSL 117.11º 0.56% 0.29% -
HSV(B) 117.11º 0.72% 0.45% -
XYZ 7.28 12.99 3.56 -
YUV 82.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 37 116 33 0.68 0 0.72 0.55 117.11 0.56 0.29
Hex 25 74 21 44 0 48 37 75 38 1D
Octal 45 164 41 104 0 110 67 165 70 35
Binary 100101 1110100 100001 1000100 0 1001000 110111 1110101 111000 11101

Color Harmonies of #257421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257421

Black with #257421

Text Example


Text Example

White with #257421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257421; }

 p { color: rgb(37,116,33); }

 H1.HeaderClassName
 {
   color: #257421;
 }
 .AnyTagClassName
 {
   color: #257421;
 }
</style>

background-color css

<style>
 a { background-color: #257421; }

 a { background-color: rgb(37,116,33); }

 div.DivClassName
 {
   background-color: #257421;
 }
 .BgClassName
 {
   background-color: #257421;
 }
</style>

border-color css

<style>
 span { border-color: #257421; }

 span { border-color: rgb(37,116,33); }

 td.TdClassName
 {
   border-color: #257421;
 }
 .TagClassName
 {
   border-color: #257421;
 }
</style>