Html Css Color HEX #3DB255 Chateau Green

📋 copy color: '#3DB255'

red 61 ◦ green 178 ◦ blue 85

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

Shades of Chateau Green #3DB255

Tints of Chateau Green #3DB255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 18.83%
G = 54.94%
B = 26.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#3DB255 (or 0x3DB255) is known color: Chateau Green. HEX triplet: 3D, B2 and 55. RGB value is (61,178,85). Sum of RGB (Red+Green+Blue) = 61+178+85=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB255 is #C24DAA. Grayscale: #848484. Windows color (decimal): -12733867 or 5616189. OLE color: 5616189.

HSL color Cylindrical-coordinate representation of color #3DB255: hue angle of 132.31º 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 #3DB255 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 178 85 -
CMYK 0.66 0 0.52 0.30
HSL 132.31º 0.49% 0.47% -
HSV(B) 132.31º 0.66% 0.7% -
XYZ 19.48 33.49 14.03 -
YUV 132.42 101.24 77.06 -
System Red Green Blue C M Y K H S L
Decimal 61 178 85 0.66 0 0.52 0.30 132.31 0.49 0.47
Hex 3D B2 55 42 0 34 1E 84 31 2F
Octal 75 262 125 102 0 64 36 204 61 57
Binary 111101 10110010 1010101 1000010 0 110100 11110 10000100 110001 101111

Color Harmonies of #3DB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB255

Black with #3DB255

Text Example


Text Example

White with #3DB255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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