Html Css Color HEX #387F42 Japanese Laurel

📋 copy color: '#387F42'

red 56 ◦ green 127 ◦ blue 66

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

Shades of Japanese Laurel #387F42

Tints of Japanese Laurel #387F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 22.49%
G = 51%
B = 26.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#387F42 (or 0x387F42) is known color: Japanese Laurel. HEX triplet: 38, 7F and 42. RGB value is (56,127,66). Sum of RGB (Red+Green+Blue) = 56+127+66=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #387F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F42 is #C780BD. Grayscale: #626262. Windows color (decimal): -13074622 or 4357944. OLE color: 4357944.

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

Color convert

RGB 56 127 66 -
CMYK 0.56 0 0.48 0.50
HSL 128.45º 0.39% 0.36% -
HSV(B) 128.45º 0.56% 0.5% -
XYZ 10.2 16.41 7.78 -
YUV 98.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 56 127 66 0.56 0 0.48 0.50 128.45 0.39 0.36
Hex 38 7F 42 38 0 30 32 80 27 24
Octal 70 177 102 70 0 60 62 200 47 44
Binary 111000 1111111 1000010 111000 0 110000 110010 10000000 100111 100100

Color Harmonies of #387F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F42

Black with #387F42

Text Example


Text Example

White with #387F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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