Html Css Color HEX #397840 Japanese Laurel

📋 copy color: '#397840'

red 57 ◦ green 120 ◦ blue 64

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

Shades of Japanese Laurel #397840

Tints of Japanese Laurel #397840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 23.65%
G = 49.79%
B = 26.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#397840 (or 0x397840) is known color: Japanese Laurel. HEX triplet: 39, 78 and 40. RGB value is (57,120,64). Sum of RGB (Red+Green+Blue) = 57+120+64=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #397840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397840 is #C687BF. Grayscale: #5E5E5E. Windows color (decimal): -13010880 or 4225081. OLE color: 4225081.

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

Color convert

RGB 57 120 64 -
CMYK 0.52 0 0.47 0.53
HSL 126.67º 0.36% 0.35% -
HSV(B) 126.67º 0.53% 0.47% -
XYZ 9.33 14.67 7.19 -
YUV 94.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 57 120 64 0.52 0 0.47 0.53 126.67 0.36 0.35
Hex 39 78 40 34 0 2F 35 7F 24 23
Octal 71 170 100 64 0 57 65 177 44 43
Binary 111001 1111000 1000000 110100 0 101111 110101 1111111 100100 100011

Color Harmonies of #397840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397840

Black with #397840

Text Example


Text Example

White with #397840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397840; }

 p { color: rgb(57,120,64); }

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

background-color css

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

 a { background-color: rgb(57,120,64); }

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

border-color css

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

 span { border-color: rgb(57,120,64); }

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