Html Css Color HEX #257A36 Japanese Laurel

📋 copy color: '#257A36'

red 37 ◦ green 122 ◦ blue 54

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

Shades of Japanese Laurel #257A36

Tints of Japanese Laurel #257A36

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.28%

 BLUE value IS 54 (21.48% from 255) = 25.35%

R = 17.37%
G = 57.28%
B = 25.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#257A36 (or 0x257A36) is known color: Japanese Laurel. HEX triplet: 25, 7A and 36. RGB value is (37,122,54). Sum of RGB (Red+Green+Blue) = 37+122+54=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #257A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A36 is #DA85C9. Grayscale: #595959. Windows color (decimal): -14321098 or 3570213. OLE color: 3570213.

HSL color Cylindrical-coordinate representation of color #257A36: hue angle of 132º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A36 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 122 54 -
CMYK 0.70 0 0.56 0.52
HSL 132º 0.53% 0.31% -
HSV(B) 132º 0.7% 0.48% -
XYZ 8.39 14.58 5.86 -
YUV 88.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 37 122 54 0.70 0 0.56 0.52 132 0.53 0.31
Hex 25 7A 36 46 0 38 34 84 35 1F
Octal 45 172 66 106 0 70 64 204 65 37
Binary 100101 1111010 110110 1000110 0 111000 110100 10000100 110101 11111

Color Harmonies of #257A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A36

Black with #257A36

Text Example


Text Example

White with #257A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257A36; }

 p { color: rgb(37,122,54); }

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

background-color css

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

 a { background-color: rgb(37,122,54); }

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

border-color css

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

 span { border-color: rgb(37,122,54); }

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