#33B34E

Color #33B34E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #33B34E

Tints of Chateau Green #33B34E

Color information

#33B34E (or 0x33B34E) is unknown color: approx Chateau Green. HEX triplet: 33, B3 and 4E. RGB value is (51,179,78). Sum of RGB (Red+Green+Blue) = 51+179+78=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #33B34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33B34E is #CC4CB1. Grayscale: #818181. Windows color (decimal): -13388978 or 5157683. OLE color: 5157683.

HSL color Cylindrical-coordinate representation of color #33B34E: hue angle of 132.66º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B34E is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB5117978-
CMYK0.7200.560.30
HSL132.66º55.65%45.1%-
HSV(B)132.66º71.51%70.2%-
XYZ18.8633.4912.68-
YUV129.2199.0972.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 179 (70.31% from 255) = 58.12%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=16.56%
G=58.12%
B=25.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51179780.7200.560.30132.6655.6545.1
Hex33B34E480381E85382d
Octal63263116110070362057055
Binary110011101100111001110100100001110001111010000101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B34E; }

 p { color: rgb(51,179,78); }

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

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

 a { background-color: rgb(51,179,78); }

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

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

 span { border-color: rgb(51,179,78); }

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