Html Css Color HEX #33AF5D Chateau Green

📋 copy color: '#33AF5D'

red 51 ◦ green 175 ◦ blue 93

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

Shades of Chateau Green #33AF5D

Tints of Chateau Green #33AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 15.99%
G = 54.86%
B = 29.15%

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

#33AF5D (or 0x33AF5D) is known color: Chateau Green. HEX triplet: 33, AF and 5D. RGB value is (51,175,93). Sum of RGB (Red+Green+Blue) = 51+175+93=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AF5D is #CC50A2. Grayscale: #808080. Windows color (decimal): -13389987 or 6139699. OLE color: 6139699.

HSL color Cylindrical-coordinate representation of color #33AF5D: hue angle of 140.32º 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 #33AF5D is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 175 93 -
CMYK 0.71 0 0.47 0.31
HSL 140.32º 0.55% 0.44% -
HSV(B) 140.32º 0.71% 0.69% -
XYZ 18.67 32.15 15.58 -
YUV 128.58 107.92 72.67 -
System Red Green Blue C M Y K H S L
Decimal 51 175 93 0.71 0 0.47 0.31 140.32 0.55 0.44
Hex 33 AF 5D 47 0 2F 1F 8C 37 2C
Octal 63 257 135 107 0 57 37 214 67 54
Binary 110011 10101111 1011101 1000111 0 101111 11111 10001100 110111 101100

Color Harmonies of #33AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AF5D

Black with #33AF5D

Text Example


Text Example

White with #33AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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