Html Css Color HEX #3D9250 Chateau Green

📋 copy color: '#3D9250'

red 61 ◦ green 146 ◦ blue 80

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

Shades of Chateau Green #3D9250

Tints of Chateau Green #3D9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 21.25%
G = 50.87%
B = 27.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#3D9250 (or 0x3D9250) is known color: Chateau Green. HEX triplet: 3D, 92 and 50. RGB value is (61,146,80). Sum of RGB (Red+Green+Blue) = 61+146+80=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9250 is #C26DAF. Grayscale: #717171. Windows color (decimal): -12742064 or 5280317. OLE color: 5280317.

HSL color Cylindrical-coordinate representation of color #3D9250: hue angle of 133.41º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9250 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 146 80 -
CMYK 0.58 0 0.45 0.43
HSL 133.41º 0.41% 0.41% -
HSV(B) 133.41º 0.58% 0.57% -
XYZ 13.65 22.13 11.14 -
YUV 113.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 61 146 80 0.58 0 0.45 0.43 133.41 0.41 0.41
Hex 3D 92 50 3A 0 2D 2B 85 29 29
Octal 75 222 120 72 0 55 53 205 51 51
Binary 111101 10010010 1010000 111010 0 101101 101011 10000101 101001 101001

Color Harmonies of #3D9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9250

Black with #3D9250

Text Example


Text Example

White with #3D9250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,146,80); }

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

background-color css

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

 a { background-color: rgb(61,146,80); }

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

border-color css

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

 span { border-color: rgb(61,146,80); }

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