Html Css Color HEX #387732 Japanese Laurel

📋 copy color: '#387732'

red 56 ◦ green 119 ◦ blue 50

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

Shades of Japanese Laurel #387732

Tints of Japanese Laurel #387732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 24.89%
G = 52.89%
B = 22.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#387732 (or 0x387732) is known color: Japanese Laurel. HEX triplet: 38, 77 and 32. RGB value is (56,119,50). Sum of RGB (Red+Green+Blue) = 56+119+50=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #387732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387732 is #C788CD. Grayscale: #5C5C5C. Windows color (decimal): -13076686 or 3307320. OLE color: 3307320.

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

Color convert

RGB 56 119 50 -
CMYK 0.53 0 0.58 0.53
HSL 114.78º 0.41% 0.33% -
HSV(B) 114.78º 0.58% 0.47% -
XYZ 8.8 14.26 5.31 -
YUV 92.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 56 119 50 0.53 0 0.58 0.53 114.78 0.41 0.33
Hex 38 77 32 35 0 3A 35 73 29 21
Octal 70 167 62 65 0 72 65 163 51 41
Binary 111000 1110111 110010 110101 0 111010 110101 1110011 101001 100001

Color Harmonies of #387732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387732

Black with #387732

Text Example


Text Example

White with #387732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387732; }

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

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

background-color css

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

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

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

border-color css

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

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

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