#387E35

Color #387E35 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #387E35

Tints of Japanese Laurel #387E35

Color information

#387E35 (or 0x387E35) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7E and 35. RGB value is (56,126,53). Sum of RGB (Red+Green+Blue) = 56+126+53=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #387E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E35 is #C781CA. Grayscale: #606060. Windows color (decimal): -13074891 or 3505720. OLE color: 3505720.

HSL color Cylindrical-coordinate representation of color #387E35: hue angle of 117.53º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387E35 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB5612653-
CMYK0.5600.580.51
HSL117.53º40.78%35.1%-
HSV(B)117.53º57.94%49.41%-
XYZ9.7316.025.95-
YUV96.75103.3198.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 126 (49.61% from 255) = 53.62%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=23.83%
G=53.62%
B=22.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56126530.5600.580.51117.5340.7835.1
Hex387E353803A33762923
Octal701766570072631665143
Binary111000111111011010111100001110101100111110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387E35; }

 p { color: rgb(56,126,53); }

 H1.HeaderClassName
 {
   color: #387E35;
 }
 .AnyTagClassName
 {
   color: #387E35;
 }
</style>
background-color css

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

 a { background-color: rgb(56,126,53); }

 div.DivClassName
 {
   background-color: #387E35;
 }
 .BgClassName
 {
   background-color: #387E35;
 }
</style>
border-color css

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

 span { border-color: rgb(56,126,53); }

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