#356B33

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

Shades of Japanese Laurel #356B33

Tints of Japanese Laurel #356B33

Color information

#356B33 (or 0x356B33) is unknown color: approx Japanese Laurel. HEX triplet: 35, 6B and 33. RGB value is (53,107,51). Sum of RGB (Red+Green+Blue) = 53+107+51=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #356B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B33 is #CA94CC. Grayscale: #545454. Windows color (decimal): -13276365 or 3369781. OLE color: 3369781.

HSL color Cylindrical-coordinate representation of color #356B33: hue angle of 117.86º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356B33 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB5310751-
CMYK0.5000.520.58
HSL117.86º35.44%30.98%-
HSV(B)117.86º52.34%41.96%-
XYZ7.3211.514.97-
YUV84.47109.11105.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=25.12%
G=50.71%
B=24.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107510.5000.520.58117.8635.4430.98
Hex356B33320343A76231f
Octal651536362064721664337
Binary11010111010111100111100100110100111010111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B33; }

 p { color: rgb(53,107,51); }

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

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

 a { background-color: rgb(53,107,51); }

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

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

 span { border-color: rgb(53,107,51); }

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