Html Css Color HEX #387339 Japanese Laurel

📋 copy color: '#387339'

red 56 ◦ green 115 ◦ blue 57

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

Shades of Japanese Laurel #387339

Tints of Japanese Laurel #387339

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #387339: hue angle of 121.02º 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 #387339 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 57 -
CMYK 0.51 0 0.50 0.55
HSL 121.02º 0.35% 0.34% -
HSV(B) 121.02º 0.51% 0.45% -
XYZ 8.5 13.4 6.01 -
YUV 90.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 56 115 57 0.51 0 0.50 0.55 121.02 0.35 0.34
Hex 38 73 39 33 0 32 37 79 23 22
Octal 70 163 71 63 0 62 67 171 43 42
Binary 111000 1110011 111001 110011 0 110010 110111 1111001 100011 100010

Color Harmonies of #387339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387339

Black with #387339

Text Example


Text Example

White with #387339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387339; }

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

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

background-color css

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

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

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

border-color css

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

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

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