Html Css Color HEX #387742 Japanese Laurel

📋 copy color: '#387742'

red 56 ◦ green 119 ◦ blue 66

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

Shades of Japanese Laurel #387742

Tints of Japanese Laurel #387742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

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

R = 23.24%
G = 49.38%
B = 27.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#387742 (or 0x387742) is known color: Japanese Laurel. HEX triplet: 38, 77 and 42. RGB value is (56,119,66). Sum of RGB (Red+Green+Blue) = 56+119+66=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #387742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387742 is #C788BD. Grayscale: #5E5E5E. Windows color (decimal): -13076670 or 4355896. OLE color: 4355896.

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

Color convert

RGB 56 119 66 -
CMYK 0.53 0 0.45 0.53
HSL 129.52º 0.36% 0.34% -
HSV(B) 129.52º 0.53% 0.47% -
XYZ 9.21 14.43 7.45 -
YUV 94.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 56 119 66 0.53 0 0.45 0.53 129.52 0.36 0.34
Hex 38 77 42 35 0 2D 35 82 24 22
Octal 70 167 102 65 0 55 65 202 44 42
Binary 111000 1110111 1000010 110101 0 101101 110101 10000010 100100 100010

Color Harmonies of #387742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387742

Black with #387742

Text Example


Text Example

White with #387742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387742; }

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

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

background-color css

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

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

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

border-color css

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

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

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