Html Css Color HEX #3DA062 Chateau Green

📋 copy color: '#3DA062'

red 61 ◦ green 160 ◦ blue 98

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

Shades of Chateau Green #3DA062

Tints of Chateau Green #3DA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 19.12%
G = 50.16%
B = 30.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#3DA062 (or 0x3DA062) is known color: Chateau Green. HEX triplet: 3D, A0 and 62. RGB value is (61,160,98). Sum of RGB (Red+Green+Blue) = 61+160+98=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA062 is #C25F9D. Grayscale: #7B7B7B. Windows color (decimal): -12738462 or 6463549. OLE color: 6463549.

HSL color Cylindrical-coordinate representation of color #3DA062: hue angle of 142.42º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA062 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 160 98 -
CMYK 0.62 0 0.39 0.37
HSL 142.42º 0.45% 0.43% -
HSV(B) 142.42º 0.62% 0.63% -
XYZ 16.7 27.02 15.89 -
YUV 123.33 113.7 83.54 -
System Red Green Blue C M Y K H S L
Decimal 61 160 98 0.62 0 0.39 0.37 142.42 0.45 0.43
Hex 3D A0 62 3E 0 27 25 8E 2D 2B
Octal 75 240 142 76 0 47 45 216 55 53
Binary 111101 10100000 1100010 111110 0 100111 100101 10001110 101101 101011

Color Harmonies of #3DA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA062

Black with #3DA062

Text Example


Text Example

White with #3DA062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,160,98); }

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

background-color css

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

 a { background-color: rgb(61,160,98); }

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

border-color css

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

 span { border-color: rgb(61,160,98); }

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