Html Css Color HEX #358F46 Chateau Green

📋 copy color: '#358F46'

red 53 ◦ green 143 ◦ blue 70

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

Shades of Chateau Green #358F46

Tints of Chateau Green #358F46

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.76%

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

R = 19.92%
G = 53.76%
B = 26.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#358F46 (or 0x358F46) is known color: Chateau Green. HEX triplet: 35, 8F and 46. RGB value is (53,143,70). Sum of RGB (Red+Green+Blue) = 53+143+70=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #358F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F46 is #CA70B9. Grayscale: #6B6B6B. Windows color (decimal): -13267130 or 4624181. OLE color: 4624181.

HSL color Cylindrical-coordinate representation of color #358F46: hue angle of 131.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F46 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 70 -
CMYK 0.63 0 0.51 0.44
HSL 131.33º 0.46% 0.38% -
HSV(B) 131.33º 0.63% 0.56% -
XYZ 12.4 20.84 9.16 -
YUV 107.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 53 143 70 0.63 0 0.51 0.44 131.33 0.46 0.38
Hex 35 8F 46 3F 0 33 2C 83 2E 26
Octal 65 217 106 77 0 63 54 203 56 46
Binary 110101 10001111 1000110 111111 0 110011 101100 10000011 101110 100110

Color Harmonies of #358F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F46

Black with #358F46

Text Example


Text Example

White with #358F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358F46; }

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

 H1.HeaderClassName
 {
   color: #358F46;
 }
 .AnyTagClassName
 {
   color: #358F46;
 }
</style>

background-color css

<style>
 a { background-color: #358F46; }

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

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

border-color css

<style>
 span { border-color: #358F46; }

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

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