#07533C

Color #07533C Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #07533C

Tints of Sherwood Green #07533C

Color information

#07533C (or 0x07533C) is unknown color: approx Sherwood Green. HEX triplet: 07, 53 and 3C. RGB value is (7,83,60). Sum of RGB (Red+Green+Blue) = 7+83+60=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #07533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07533C is #F8ACC3. Grayscale: #393939. Windows color (decimal): -16297156 or 3953415. OLE color: 3953415.

HSL color Cylindrical-coordinate representation of color #07533C: hue angle of 161.84º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07533C is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB78360-
CMYK0.9200.280.67
HSL161.84º84.44%17.65%-
HSV(B)161.84º91.57%32.55%-
XYZ46.565.33-
YUV57.65129.3291.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 83 (32.81% from 255) = 55.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=4.67%
G=55.33%
B=40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783600.9200.280.67161.8484.4417.65
Hex7533C5C01C43a25412
Octal71237413403410324212422
Binary11110100111111001011100011100100001110100010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07533C; }

 p { color: rgb(7,83,60); }

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

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

 a { background-color: rgb(7,83,60); }

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

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

 span { border-color: rgb(7,83,60); }

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