#378235

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

Shades of Japanese Laurel #378235

Tints of Japanese Laurel #378235

Color information

#378235 (or 0x378235) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 35. RGB value is (55,130,53). Sum of RGB (Red+Green+Blue) = 55+130+53=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #378235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378235 is #C87DCA. Grayscale: #636363. Windows color (decimal): -13139403 or 3506743. OLE color: 3506743.

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

Color convert

RGB5513053-
CMYK0.5800.590.49
HSL118.44º42.08%35.88%-
HSV(B)118.44º59.23%50.98%-
XYZ10.217.036.12-
YUV98.8102.1596.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=23.11%
G=54.62%
B=22.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130530.5800.590.49118.4442.0835.88
Hex3782353A03B31762a24
Octal672026572073611665244
Binary1101111000001011010111101001110111100011110110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378235; }

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

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

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

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

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

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

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

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