#228236

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

Shades of Japanese Laurel #228236

Tints of Japanese Laurel #228236

Color information

#228236 (or 0x228236) is unknown color: approx Japanese Laurel. HEX triplet: 22, 82 and 36. RGB value is (34,130,54). Sum of RGB (Red+Green+Blue) = 34+130+54=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #228236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228236 is #DD7DC9. Grayscale: #5C5C5C. Windows color (decimal): -14515658 or 3572258. OLE color: 3572258.

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

Color convert

RGB3413054-
CMYK0.7400.580.49
HSL132.5º58.54%32.16%-
HSV(B)132.5º73.85%50.98%-
XYZ9.3116.576.2-
YUV92.63106.286.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=15.60%
G=59.63%
B=24.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34130540.7400.580.49132.558.5432.16
Hex2282364A03A31843b20
Octal4220266112072612047340
Binary100010100000101101101001010011101011000110000100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228236; }

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

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

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

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

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

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

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

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