#378333

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

Shades of Japanese Laurel #378333

Tints of Japanese Laurel #378333

Color information

#378333 (or 0x378333) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 33. RGB value is (55,131,51). Sum of RGB (Red+Green+Blue) = 55+131+51=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #378333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378333 is #C87CCC. Grayscale: #636363. Windows color (decimal): -13139149 or 3375927. OLE color: 3375927.

HSL color Cylindrical-coordinate representation of color #378333: hue angle of 117º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378333 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB5513151-
CMYK0.5800.610.49
HSL117º43.96%35.69%-
HSV(B)117º61.07%51.37%-
XYZ10.2917.285.93-
YUV99.16100.8296.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=23.21%
G=55.27%
B=21.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131510.5800.610.4911743.9635.69
Hex3783333A03D31752c24
Octal672036372075611655444
Binary1101111000001111001111101001111011100011110101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378333; }

 p { color: rgb(55,131,51); }

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

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

 a { background-color: rgb(55,131,51); }

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

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

 span { border-color: rgb(55,131,51); }

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