#378533

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

Shades of Japanese Laurel #378533

Tints of Japanese Laurel #378533

Color information

#378533 (or 0x378533) is unknown color: approx Japanese Laurel. HEX triplet: 37, 85 and 33. RGB value is (55,133,51). Sum of RGB (Red+Green+Blue) = 55+133+51=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #378533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378533 is #C87ACC. Grayscale: #646464. Windows color (decimal): -13138637 or 3376439. OLE color: 3376439.

HSL color Cylindrical-coordinate representation of color #378533: hue angle of 117.07º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378533 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB5513351-
CMYK0.5900.620.48
HSL117.07º44.57%36.08%-
HSV(B)117.07º61.65%52.16%-
XYZ10.5617.836.02-
YUV100.33100.1695.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=23.01%
G=55.65%
B=21.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133510.5900.620.48117.0744.5736.08
Hex3785333B03E30752d24
Octal672056373076601655544
Binary1101111000010111001111101101111101100001110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378533; }

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

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

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

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

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

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

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

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