#378435

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

Shades of Japanese Laurel #378435

Tints of Japanese Laurel #378435

Color information

#378435 (or 0x378435) is unknown color: approx Japanese Laurel. HEX triplet: 37, 84 and 35. RGB value is (55,132,53). Sum of RGB (Red+Green+Blue) = 55+132+53=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #378435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378435 is #C87BCA. Grayscale: #646464. Windows color (decimal): -13138891 or 3507255. OLE color: 3507255.

HSL color Cylindrical-coordinate representation of color #378435: hue angle of 118.48º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378435 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB5513253-
CMYK0.5800.600.48
HSL118.48º42.7%36.27%-
HSV(B)118.48º59.85%51.76%-
XYZ10.4717.576.21-
YUV99.97101.4995.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=22.92%
G=55%
B=22.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132530.5800.600.48118.4842.736.27
Hex3784353A03C30762b24
Octal672046572074601665344
Binary1101111000010011010111101001111001100001110110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378435; }

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

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

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

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

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

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

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

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