Html Css Color HEX #387F37 Japanese Laurel

📋 copy color: '#387F37'

red 56 ◦ green 127 ◦ blue 55

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

Shades of Japanese Laurel #387F37

Tints of Japanese Laurel #387F37

RGB

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

 GREEN value IS 127 (50% from 255) = 53.36%

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

R = 23.53%
G = 53.36%
B = 23.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#387F37 (or 0x387F37) is known color: Japanese Laurel. HEX triplet: 38, 7F and 37. RGB value is (56,127,55). Sum of RGB (Red+Green+Blue) = 56+127+55=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #387F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F37 is #C780C8. Grayscale: #616161. Windows color (decimal): -13074633 or 3637048. OLE color: 3637048.

HSL color Cylindrical-coordinate representation of color #387F37: hue angle of 119.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387F37 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 55 -
CMYK 0.56 0 0.57 0.50
HSL 119.17º 0.4% 0.36% -
HSV(B) 119.17º 0.57% 0.5% -
XYZ 9.91 16.3 6.24 -
YUV 97.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 56 127 55 0.56 0 0.57 0.50 119.17 0.4 0.36
Hex 38 7F 37 38 0 39 32 77 28 24
Octal 70 177 67 70 0 71 62 167 50 44
Binary 111000 1111111 110111 111000 0 111001 110010 1110111 101000 100100

Color Harmonies of #387F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F37

Black with #387F37

Text Example


Text Example

White with #387F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387F37; }

 p { color: rgb(56,127,55); }

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

background-color css

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

 a { background-color: rgb(56,127,55); }

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

border-color css

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

 span { border-color: rgb(56,127,55); }

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