Html Css Color HEX #387341 Japanese Laurel

📋 copy color: '#387341'

red 56 ◦ green 115 ◦ blue 65

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

Shades of Japanese Laurel #387341

Tints of Japanese Laurel #387341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 23.73%
G = 48.73%
B = 27.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#387341 (or 0x387341) is known color: Japanese Laurel. HEX triplet: 38, 73 and 41. RGB value is (56,115,65). Sum of RGB (Red+Green+Blue) = 56+115+65=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #387341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387341 is #C78CBE. Grayscale: #5B5B5B. Windows color (decimal): -13077695 or 4289336. OLE color: 4289336.

HSL color Cylindrical-coordinate representation of color #387341: hue angle of 129.15º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387341 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 65 -
CMYK 0.51 0 0.43 0.55
HSL 129.15º 0.35% 0.34% -
HSV(B) 129.15º 0.51% 0.45% -
XYZ 8.72 13.48 7.14 -
YUV 91.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 56 115 65 0.51 0 0.43 0.55 129.15 0.35 0.34
Hex 38 73 41 33 0 2B 37 81 23 22
Octal 70 163 101 63 0 53 67 201 43 42
Binary 111000 1110011 1000001 110011 0 101011 110111 10000001 100011 100010

Color Harmonies of #387341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387341

Black with #387341

Text Example


Text Example

White with #387341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387341; }

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

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

background-color css

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

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

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

border-color css

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

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

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