Html Css Color HEX #387639 Japanese Laurel

📋 copy color: '#387639'

red 56 ◦ green 118 ◦ blue 57

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

Shades of Japanese Laurel #387639

Tints of Japanese Laurel #387639

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

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

R = 24.24%
G = 51.08%
B = 24.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#387639 (or 0x387639) is known color: Japanese Laurel. HEX triplet: 38, 76 and 39. RGB value is (56,118,57). Sum of RGB (Red+Green+Blue) = 56+118+57=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #387639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387639 is #C789C6. Grayscale: #5C5C5C. Windows color (decimal): -13076935 or 3765816. OLE color: 3765816.

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

Color convert

RGB 56 118 57 -
CMYK 0.53 0 0.52 0.54
HSL 120.97º 0.36% 0.34% -
HSV(B) 120.97º 0.53% 0.46% -
XYZ 8.85 14.09 6.12 -
YUV 92.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 56 118 57 0.53 0 0.52 0.54 120.97 0.36 0.34
Hex 38 76 39 35 0 34 36 79 24 22
Octal 70 166 71 65 0 64 66 171 44 42
Binary 111000 1110110 111001 110101 0 110100 110110 1111001 100100 100010

Color Harmonies of #387639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387639

Black with #387639

Text Example


Text Example

White with #387639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387639; }

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

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

background-color css

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

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

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

border-color css

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

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

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