Html Css Color HEX #33AF5C Chateau Green

📋 copy color: '#33AF5C'

red 51 ◦ green 175 ◦ blue 92

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

Shades of Chateau Green #33AF5C

Tints of Chateau Green #33AF5C

RGB

 RED value IS 51 (20.31% from 255) = 16.04%

 GREEN value IS 175 (68.75% from 255) = 55.03%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 16.04%
G = 55.03%
B = 28.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#33AF5C (or 0x33AF5C) is known color: Chateau Green. HEX triplet: 33, AF and 5C. RGB value is (51,175,92). Sum of RGB (Red+Green+Blue) = 51+175+92=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AF5C is #CC50A3. Grayscale: #808080. Windows color (decimal): -13389988 or 6074163. OLE color: 6074163.

HSL color Cylindrical-coordinate representation of color #33AF5C: hue angle of 139.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF5C is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 175 92 -
CMYK 0.71 0 0.47 0.31
HSL 139.84º 0.55% 0.44% -
HSV(B) 139.84º 0.71% 0.69% -
XYZ 18.63 32.14 15.35 -
YUV 128.46 107.42 72.75 -
System Red Green Blue C M Y K H S L
Decimal 51 175 92 0.71 0 0.47 0.31 139.84 0.55 0.44
Hex 33 AF 5C 47 0 2F 1F 8C 37 2C
Octal 63 257 134 107 0 57 37 214 67 54
Binary 110011 10101111 1011100 1000111 0 101111 11111 10001100 110111 101100

Color Harmonies of #33AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AF5C

Black with #33AF5C

Text Example


Text Example

White with #33AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,175,92); }

 H1.HeaderClassName
 {
   color: #33AF5C;
 }
 .AnyTagClassName
 {
   color: #33AF5C;
 }
</style>

background-color css

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

 a { background-color: rgb(51,175,92); }

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

border-color css

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

 span { border-color: rgb(51,175,92); }

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