Html Css Color HEX #387641 Japanese Laurel

📋 copy color: '#387641'

red 56 ◦ green 118 ◦ blue 65

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

Shades of Japanese Laurel #387641

Tints of Japanese Laurel #387641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 23.43%
G = 49.37%
B = 27.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#387641 (or 0x387641) is known color: Japanese Laurel. HEX triplet: 38, 76 and 41. RGB value is (56,118,65). Sum of RGB (Red+Green+Blue) = 56+118+65=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #387641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387641 is #C789BE. Grayscale: #5D5D5D. Windows color (decimal): -13076927 or 4290104. OLE color: 4290104.

HSL color Cylindrical-coordinate representation of color #387641: hue angle of 128.71º 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 #387641 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 65 -
CMYK 0.53 0 0.45 0.54
HSL 128.71º 0.36% 0.34% -
HSV(B) 128.71º 0.53% 0.46% -
XYZ 9.06 14.18 7.26 -
YUV 93.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 56 118 65 0.53 0 0.45 0.54 128.71 0.36 0.34
Hex 38 76 41 35 0 2D 36 81 24 22
Octal 70 166 101 65 0 55 66 201 44 42
Binary 111000 1110110 1000001 110101 0 101101 110110 10000001 100100 100010

Color Harmonies of #387641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387641

Black with #387641

Text Example


Text Example

White with #387641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387641; }

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

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

background-color css

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

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

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

border-color css

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

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

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