Html Css Color HEX #387630 Japanese Laurel

📋 copy color: '#387630'

red 56 ◦ green 118 ◦ blue 48

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

Shades of Japanese Laurel #387630

Tints of Japanese Laurel #387630

RGB

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

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

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

R = 25.23%
G = 53.15%
B = 21.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#387630 (or 0x387630) is known color: Japanese Laurel. HEX triplet: 38, 76 and 30. RGB value is (56,118,48). Sum of RGB (Red+Green+Blue) = 56+118+48=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #387630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387630 is #C789CF. Grayscale: #5B5B5B. Windows color (decimal): -13076944 or 3175992. OLE color: 3175992.

HSL color Cylindrical-coordinate representation of color #387630: hue angle of 113.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387630 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 48 -
CMYK 0.53 0 0.59 0.54
HSL 113.14º 0.42% 0.33% -
HSV(B) 113.14º 0.59% 0.46% -
XYZ 8.64 14.01 5.05 -
YUV 91.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 56 118 48 0.53 0 0.59 0.54 113.14 0.42 0.33
Hex 38 76 30 35 0 3B 36 71 2A 21
Octal 70 166 60 65 0 73 66 161 52 41
Binary 111000 1110110 110000 110101 0 111011 110110 1110001 101010 100001

Color Harmonies of #387630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387630

Black with #387630

Text Example


Text Example

White with #387630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387630; }

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

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

background-color css

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

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

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

border-color css

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

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

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