Html Css Color HEX #257521 Japanese Laurel

📋 copy color: '#257521'

red 37 ◦ green 117 ◦ blue 33

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

Shades of Japanese Laurel #257521

Tints of Japanese Laurel #257521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.57%

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

R = 19.79%
G = 62.57%
B = 17.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#257521 (or 0x257521) is known color: Japanese Laurel. HEX triplet: 25, 75 and 21. RGB value is (37,117,33). Sum of RGB (Red+Green+Blue) = 37+117+33=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #257521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257521 is #DA8ADE. Grayscale: #535353. Windows color (decimal): -14322399 or 2192677. OLE color: 2192677.

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

Color convert

RGB 37 117 33 -
CMYK 0.68 0 0.72 0.54
HSL 117.14º 0.56% 0.29% -
HSV(B) 117.14º 0.72% 0.46% -
XYZ 7.4 13.23 3.6 -
YUV 83.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 37 117 33 0.68 0 0.72 0.54 117.14 0.56 0.29
Hex 25 75 21 44 0 48 36 75 38 1D
Octal 45 165 41 104 0 110 66 165 70 35
Binary 100101 1110101 100001 1000100 0 1001000 110110 1110101 111000 11101

Color Harmonies of #257521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257521

Black with #257521

Text Example


Text Example

White with #257521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257521; }

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

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

background-color css

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

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

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

border-color css

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

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

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