#33772B

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

Shades of Japanese Laurel #33772B

Tints of Japanese Laurel #33772B

Color information

#33772B (or 0x33772B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 77 and 2B. RGB value is (51,119,43). Sum of RGB (Red+Green+Blue) = 51+119+43=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #33772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33772B is #CC88D4. Grayscale: #5A5A5A. Windows color (decimal): -13404373 or 2848563. OLE color: 2848563.

HSL color Cylindrical-coordinate representation of color #33772B: hue angle of 113.68º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33772B is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB5111943-
CMYK0.5700.640.53
HSL113.68º46.91%31.76%-
HSV(B)113.68º63.87%46.67%-
XYZ8.414.074.56-
YUV90101.47100.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=23.94%
G=55.87%
B=20.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119430.5700.640.53113.6846.9131.76
Hex33772B3904035722f20
Octal6316753710100651625740
Binary1100111110111101011111001010000001101011110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33772B; }

 p { color: rgb(51,119,43); }

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

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

 a { background-color: rgb(51,119,43); }

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

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

 span { border-color: rgb(51,119,43); }

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