Html Css Color HEX #35A246 Chateau Green

📋 copy color: '#35A246'

red 53 ◦ green 162 ◦ blue 70

#35A246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #35A246

Tints of Chateau Green #35A246

RGB

 RED value IS 53 (21.09% from 255) = 18.6%

 GREEN value IS 162 (63.67% from 255) = 56.84%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 18.6%
G = 56.84%
B = 24.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#35A246 (or 0x35A246) is known color: Chateau Green. HEX triplet: 35, A2 and 46. RGB value is (53,162,70). Sum of RGB (Red+Green+Blue) = 53+162+70=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #35A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A246 is #CA5DB9. Grayscale: #777777. Windows color (decimal): -13262266 or 4629045. OLE color: 4629045.

HSL color Cylindrical-coordinate representation of color #35A246: hue angle of 129.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A246 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 162 70 -
CMYK 0.67 0 0.57 0.36
HSL 129.36º 0.51% 0.42% -
HSV(B) 129.36º 0.67% 0.64% -
XYZ 15.49 27.04 10.2 -
YUV 118.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 53 162 70 0.67 0 0.57 0.36 129.36 0.51 0.42
Hex 35 A2 46 43 0 39 24 81 33 2A
Octal 65 242 106 103 0 71 44 201 63 52
Binary 110101 10100010 1000110 1000011 0 111001 100100 10000001 110011 101010

Color Harmonies of #35A246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A246

Black with #35A246

Text Example


Text Example

White with #35A246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A246; }

 p { color: rgb(53,162,70); }

 H1.HeaderClassName
 {
   color: #35A246;
 }
 .AnyTagClassName
 {
   color: #35A246;
 }
</style>

background-color css

<style>
 a { background-color: #35A246; }

 a { background-color: rgb(53,162,70); }

 div.DivClassName
 {
   background-color: #35A246;
 }
 .BgClassName
 {
   background-color: #35A246;
 }
</style>

border-color css

<style>
 span { border-color: #35A246; }

 span { border-color: rgb(53,162,70); }

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