Html Css Color HEX #397A37 Japanese Laurel

📋 copy color: '#397A37'

red 57 ◦ green 122 ◦ blue 55

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

Shades of Japanese Laurel #397A37

Tints of Japanese Laurel #397A37

RGB

 RED value IS 57 (22.66% from 255) = 24.36%

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

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 24.36%
G = 52.14%
B = 23.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#397A37 (or 0x397A37) is known color: Japanese Laurel. HEX triplet: 39, 7A and 37. RGB value is (57,122,55). Sum of RGB (Red+Green+Blue) = 57+122+55=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #397A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A37 is #C685C8. Grayscale: #5F5F5F. Windows color (decimal): -13010377 or 3635769. OLE color: 3635769.

HSL color Cylindrical-coordinate representation of color #397A37: hue angle of 118.21º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397A37 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 122 55 -
CMYK 0.53 0 0.55 0.52
HSL 118.21º 0.38% 0.35% -
HSV(B) 118.21º 0.55% 0.48% -
XYZ 9.34 15.06 6.03 -
YUV 94.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 57 122 55 0.53 0 0.55 0.52 118.21 0.38 0.35
Hex 39 7A 37 35 0 37 34 76 26 23
Octal 71 172 67 65 0 67 64 166 46 43
Binary 111001 1111010 110111 110101 0 110111 110100 1110110 100110 100011

Color Harmonies of #397A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A37

Black with #397A37

Text Example


Text Example

White with #397A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A37; }

 p { color: rgb(57,122,55); }

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

background-color css

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

 a { background-color: rgb(57,122,55); }

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

border-color css

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

 span { border-color: rgb(57,122,55); }

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