Html Css Color HEX #3DB65B Chateau Green

📋 copy color: '#3DB65B'

red 61 ◦ green 182 ◦ blue 91

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

Shades of Chateau Green #3DB65B

Tints of Chateau Green #3DB65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 18.26%
G = 54.49%
B = 27.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#3DB65B (or 0x3DB65B) is known color: Chateau Green. HEX triplet: 3D, B6 and 5B. RGB value is (61,182,91). Sum of RGB (Red+Green+Blue) = 61+182+91=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB65B is #C249A4. Grayscale: #878787. Windows color (decimal): -12732837 or 6010429. OLE color: 6010429.

HSL color Cylindrical-coordinate representation of color #3DB65B: hue angle of 134.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB65B is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 182 91 -
CMYK 0.66 0 0.5 0.29
HSL 134.88º 0.5% 0.48% -
HSV(B) 134.88º 0.66% 0.71% -
XYZ 20.54 35.2 15.61 -
YUV 135.45 102.91 74.9 -
System Red Green Blue C M Y K H S L
Decimal 61 182 91 0.66 0 0.5 0.29 134.88 0.5 0.48
Hex 3D B6 5B 42 0 32 1D 87 32 30
Octal 75 266 133 102 0 62 35 207 62 60
Binary 111101 10110110 1011011 1000010 0 110010 11101 10000111 110010 110000

Color Harmonies of #3DB65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB65B

Black with #3DB65B

Text Example


Text Example

White with #3DB65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,182,91); }

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

background-color css

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

 a { background-color: rgb(61,182,91); }

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

border-color css

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

 span { border-color: rgb(61,182,91); }

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