Html Css Color HEX #397338 Japanese Laurel

📋 copy color: '#397338'

red 57 ◦ green 115 ◦ blue 56

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

Shades of Japanese Laurel #397338

Tints of Japanese Laurel #397338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

 BLUE value IS 56 (22.27% from 255) = 24.56%

R = 25%
G = 50.44%
B = 24.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#397338 (or 0x397338) is known color: Japanese Laurel. HEX triplet: 39, 73 and 38. RGB value is (57,115,56). Sum of RGB (Red+Green+Blue) = 57+115+56=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #397338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397338 is #C68CC7. Grayscale: #5B5B5B. Windows color (decimal): -13012168 or 3699513. OLE color: 3699513.

HSL color Cylindrical-coordinate representation of color #397338: hue angle of 118.98º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397338 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 115 56 -
CMYK 0.50 0 0.51 0.55
HSL 118.98º 0.35% 0.34% -
HSV(B) 118.98º 0.51% 0.45% -
XYZ 8.53 13.42 5.88 -
YUV 90.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 57 115 56 0.50 0 0.51 0.55 118.98 0.35 0.34
Hex 39 73 38 32 0 33 37 77 23 22
Octal 71 163 70 62 0 63 67 167 43 42
Binary 111001 1110011 111000 110010 0 110011 110111 1110111 100011 100010

Color Harmonies of #397338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397338

Black with #397338

Text Example


Text Example

White with #397338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397338; }

 p { color: rgb(57,115,56); }

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

background-color css

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

 a { background-color: rgb(57,115,56); }

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

border-color css

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

 span { border-color: rgb(57,115,56); }

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