#378534

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

Shades of Japanese Laurel #378534

Tints of Japanese Laurel #378534

Color information

#378534 (or 0x378534) is unknown color: approx Japanese Laurel. HEX triplet: 37, 85 and 34. RGB value is (55,133,52). Sum of RGB (Red+Green+Blue) = 55+133+52=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #378534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378534 is #C87ACB. Grayscale: #646464. Windows color (decimal): -13138636 or 3441975. OLE color: 3441975.

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

Color convert

RGB5513352-
CMYK0.5900.610.48
HSL117.78º43.78%36.27%-
HSV(B)117.78º60.9%52.16%-
XYZ10.5817.846.13-
YUV100.44100.6695.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=22.92%
G=55.42%
B=21.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133520.5900.610.48117.7843.7836.27
Hex3785343B03D30762c24
Octal672056473075601665444
Binary1101111000010111010011101101111011100001110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378534; }

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

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

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

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

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

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

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

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