Html Css Color HEX #3D965A Chateau Green

📋 copy color: '#3D965A'

red 61 ◦ green 150 ◦ blue 90

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

Shades of Chateau Green #3D965A

Tints of Chateau Green #3D965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 20.27%
G = 49.83%
B = 29.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#3D965A (or 0x3D965A) is known color: Chateau Green. HEX triplet: 3D, 96 and 5A. RGB value is (61,150,90). Sum of RGB (Red+Green+Blue) = 61+150+90=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #3D965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D965A is #C269A5. Grayscale: #747474. Windows color (decimal): -12741030 or 5936701. OLE color: 5936701.

HSL color Cylindrical-coordinate representation of color #3D965A: hue angle of 139.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D965A is Cyan = 0.59, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 150 90 -
CMYK 0.59 0 0.4 0.41
HSL 139.55º 0.42% 0.41% -
HSV(B) 139.55º 0.59% 0.59% -
XYZ 14.68 23.54 13.44 -
YUV 116.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 61 150 90 0.59 0 0.4 0.41 139.55 0.42 0.41
Hex 3D 96 5A 3B 0 28 29 8C 2A 29
Octal 75 226 132 73 0 50 51 214 52 51
Binary 111101 10010110 1011010 111011 0 101000 101001 10001100 101010 101001

Color Harmonies of #3D965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D965A

Black with #3D965A

Text Example


Text Example

White with #3D965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,150,90); }

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

background-color css

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

 a { background-color: rgb(61,150,90); }

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

border-color css

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

 span { border-color: rgb(61,150,90); }

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