Html Css Color HEX #359C4D Chateau Green

📋 copy color: '#359C4D'

red 53 ◦ green 156 ◦ blue 77

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

Shades of Chateau Green #359C4D

Tints of Chateau Green #359C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.55%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 18.53%
G = 54.55%
B = 26.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#359C4D (or 0x359C4D) is known color: Chateau Green. HEX triplet: 35, 9C and 4D. RGB value is (53,156,77). Sum of RGB (Red+Green+Blue) = 53+156+77=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #359C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C4D is #CA63B2. Grayscale: #747474. Windows color (decimal): -13263795 or 5086261. OLE color: 5086261.

HSL color Cylindrical-coordinate representation of color #359C4D: hue angle of 133.98º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C4D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 77 -
CMYK 0.66 0 0.51 0.39
HSL 133.98º 0.49% 0.41% -
HSV(B) 133.98º 0.66% 0.61% -
XYZ 14.7 25.07 11.09 -
YUV 116.2 105.88 82.92 -
System Red Green Blue C M Y K H S L
Decimal 53 156 77 0.66 0 0.51 0.39 133.98 0.49 0.41
Hex 35 9C 4D 42 0 33 27 86 31 29
Octal 65 234 115 102 0 63 47 206 61 51
Binary 110101 10011100 1001101 1000010 0 110011 100111 10000110 110001 101001

Color Harmonies of #359C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C4D

Black with #359C4D

Text Example


Text Example

White with #359C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359C4D; }

 p { color: rgb(53,156,77); }

 H1.HeaderClassName
 {
   color: #359C4D;
 }
 .AnyTagClassName
 {
   color: #359C4D;
 }
</style>

background-color css

<style>
 a { background-color: #359C4D; }

 a { background-color: rgb(53,156,77); }

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

border-color css

<style>
 span { border-color: #359C4D; }

 span { border-color: rgb(53,156,77); }

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