#378236

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

Shades of Japanese Laurel #378236

Tints of Japanese Laurel #378236

Color information

#378236 (or 0x378236) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 36. RGB value is (55,130,54). Sum of RGB (Red+Green+Blue) = 55+130+54=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #378236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378236 is #C87DC9. Grayscale: #636363. Windows color (decimal): -13139402 or 3572279. OLE color: 3572279.

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

Color convert

RGB5513054-
CMYK0.5800.580.49
HSL119.21º41.3%36.08%-
HSV(B)119.21º58.46%50.98%-
XYZ10.2217.046.24-
YUV98.91102.6596.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=23.01%
G=54.39%
B=22.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130540.5800.580.49119.2141.336.08
Hex3782363A03A31772924
Octal672026672072611675144
Binary1101111000001011011011101001110101100011110111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378236; }

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

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

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

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

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

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

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

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