Html Css Color HEX #387130 Japanese Laurel

📋 copy color: '#387130'

red 56 ◦ green 113 ◦ blue 48

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

Shades of Japanese Laurel #387130

Tints of Japanese Laurel #387130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 25.81%
G = 52.07%
B = 22.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#387130 (or 0x387130) is known color: Japanese Laurel. HEX triplet: 38, 71 and 30. RGB value is (56,113,48). Sum of RGB (Red+Green+Blue) = 56+113+48=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #387130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387130 is #C78ECF. Grayscale: #585858. Windows color (decimal): -13078224 or 3174712. OLE color: 3174712.

HSL color Cylindrical-coordinate representation of color #387130: hue angle of 112.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387130 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 48 -
CMYK 0.50 0 0.58 0.56
HSL 112.62º 0.4% 0.32% -
HSV(B) 112.62º 0.58% 0.44% -
XYZ 8.07 12.86 4.85 -
YUV 88.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 56 113 48 0.50 0 0.58 0.56 112.62 0.4 0.32
Hex 38 71 30 32 0 3A 38 71 28 20
Octal 70 161 60 62 0 72 70 161 50 40
Binary 111000 1110001 110000 110010 0 111010 111000 1110001 101000 100000

Color Harmonies of #387130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387130

Black with #387130

Text Example


Text Example

White with #387130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387130; }

 p { color: rgb(56,113,48); }

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

background-color css

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

 a { background-color: rgb(56,113,48); }

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

border-color css

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

 span { border-color: rgb(56,113,48); }

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