Html Css Color HEX #3DB260 Chateau Green

📋 copy color: '#3DB260'

red 61 ◦ green 178 ◦ blue 96

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

Shades of Chateau Green #3DB260

Tints of Chateau Green #3DB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 18.21%
G = 53.13%
B = 28.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#3DB260 (or 0x3DB260) is known color: Chateau Green. HEX triplet: 3D, B2 and 60. RGB value is (61,178,96). Sum of RGB (Red+Green+Blue) = 61+178+96=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB260 is #C24D9F. Grayscale: #858585. Windows color (decimal): -12733856 or 6337085. OLE color: 6337085.

HSL color Cylindrical-coordinate representation of color #3DB260: hue angle of 137.95º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB260 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 178 96 -
CMYK 0.66 0 0.46 0.30
HSL 137.95º 0.49% 0.47% -
HSV(B) 137.95º 0.66% 0.7% -
XYZ 19.96 33.68 16.51 -
YUV 133.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 61 178 96 0.66 0 0.46 0.30 137.95 0.49 0.47
Hex 3D B2 60 42 0 2E 1E 8A 31 2F
Octal 75 262 140 102 0 56 36 212 61 57
Binary 111101 10110010 1100000 1000010 0 101110 11110 10001010 110001 101111

Color Harmonies of #3DB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB260

Black with #3DB260

Text Example


Text Example

White with #3DB260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,178,96); }

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

background-color css

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

 a { background-color: rgb(61,178,96); }

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

border-color css

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

 span { border-color: rgb(61,178,96); }

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