Html Css Color HEX #3DAF5D Chateau Green

📋 copy color: '#3DAF5D'

red 61 ◦ green 175 ◦ blue 93

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

Shades of Chateau Green #3DAF5D

Tints of Chateau Green #3DAF5D

RGB

 RED value IS 61 (24.22% from 255) = 18.54%

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

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

R = 18.54%
G = 53.19%
B = 28.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#3DAF5D (or 0x3DAF5D) is known color: Chateau Green. HEX triplet: 3D, AF and 5D. RGB value is (61,175,93). Sum of RGB (Red+Green+Blue) = 61+175+93=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAF5D is #C250A2. Grayscale: #838383. Windows color (decimal): -12734627 or 6139709. OLE color: 6139709.

HSL color Cylindrical-coordinate representation of color #3DAF5D: hue angle of 136.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAF5D is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 175 93 -
CMYK 0.65 0 0.47 0.31
HSL 136.84º 0.48% 0.46% -
HSV(B) 136.84º 0.65% 0.69% -
XYZ 19.23 32.44 15.6 -
YUV 131.57 106.23 77.67 -
System Red Green Blue C M Y K H S L
Decimal 61 175 93 0.65 0 0.47 0.31 136.84 0.48 0.46
Hex 3D AF 5D 41 0 2F 1F 89 30 2E
Octal 75 257 135 101 0 57 37 211 60 56
Binary 111101 10101111 1011101 1000001 0 101111 11111 10001001 110000 101110

Color Harmonies of #3DAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAF5D

Black with #3DAF5D

Text Example


Text Example

White with #3DAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DAF5D; }

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

 H1.HeaderClassName
 {
   color: #3DAF5D;
 }
 .AnyTagClassName
 {
   color: #3DAF5D;
 }
</style>

background-color css

<style>
 a { background-color: #3DAF5D; }

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

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

border-color css

<style>
 span { border-color: #3DAF5D; }

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

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