#378935

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

Shades of Japanese Laurel #378935

Tints of Japanese Laurel #378935

Color information

#378935 (or 0x378935) is unknown color: approx Japanese Laurel. HEX triplet: 37, 89 and 35. RGB value is (55,137,53). Sum of RGB (Red+Green+Blue) = 55+137+53=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #378935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378935 is #C876CA. Grayscale: #676767. Windows color (decimal): -13137611 or 3508535. OLE color: 3508535.

HSL color Cylindrical-coordinate representation of color #378935: hue angle of 118.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378935 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB5513753-
CMYK0.6000.610.46
HSL118.57º44.21%37.25%-
HSV(B)118.57º61.31%53.73%-
XYZ11.1618.966.44-
YUV102.9199.8393.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=22.45%
G=55.92%
B=21.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55137530.6000.610.46118.5744.2137.25
Hex3789353C03D2E772c25
Octal672116574075561675445
Binary1101111000100111010111110001111011011101110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378935; }

 p { color: rgb(55,137,53); }

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

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

 a { background-color: rgb(55,137,53); }

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

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

 span { border-color: rgb(55,137,53); }

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