#35984B

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

Shades of Chateau Green #35984B

Tints of Chateau Green #35984B

Color information

#35984B (or 0x35984B) is unknown color: approx Chateau Green. HEX triplet: 35, 98 and 4B. RGB value is (53,152,75). Sum of RGB (Red+Green+Blue) = 53+152+75=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #35984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35984B is #CA67B4. Grayscale: #717171. Windows color (decimal): -13264821 or 4954165. OLE color: 4954165.

HSL color Cylindrical-coordinate representation of color #35984B: hue angle of 133.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35984B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB5315275-
CMYK0.6500.510.40
HSL133.33º48.29%40.2%-
HSV(B)133.33º65.13%59.61%-
XYZ13.9723.7210.5-
YUV113.62106.284.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=18.93%
G=54.29%
B=26.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152750.6500.510.40133.3348.2940.2
Hex35984B4103328853028
Octal65230113101063502056050
Binary1101011001100010010111000001011001110100010000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,152,75); }

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

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

 a { background-color: rgb(53,152,75); }

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

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

 span { border-color: rgb(53,152,75); }

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