Html Css Color HEX #3DB058 Chateau Green

📋 copy color: '#3DB058'

red 61 ◦ green 176 ◦ blue 88

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

Shades of Chateau Green #3DB058

Tints of Chateau Green #3DB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.15%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 18.77%
G = 54.15%
B = 27.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#3DB058 (or 0x3DB058) is known color: Chateau Green. HEX triplet: 3D, B0 and 58. RGB value is (61,176,88). Sum of RGB (Red+Green+Blue) = 61+176+88=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB058 is #C24FA7. Grayscale: #838383. Windows color (decimal): -12734376 or 5812285. OLE color: 5812285.

HSL color Cylindrical-coordinate representation of color #3DB058: hue angle of 134.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB058 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 88 -
CMYK 0.65 0 0.50 0.31
HSL 134.09º 0.49% 0.46% -
HSV(B) 134.09º 0.65% 0.69% -
XYZ 19.21 32.75 14.54 -
YUV 131.58 103.4 77.66 -
System Red Green Blue C M Y K H S L
Decimal 61 176 88 0.65 0 0.50 0.31 134.09 0.49 0.46
Hex 3D B0 58 41 0 32 1F 86 31 2E
Octal 75 260 130 101 0 62 37 206 61 56
Binary 111101 10110000 1011000 1000001 0 110010 11111 10000110 110001 101110

Color Harmonies of #3DB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB058

Black with #3DB058

Text Example


Text Example

White with #3DB058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,176,88); }

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

background-color css

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

 a { background-color: rgb(61,176,88); }

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

border-color css

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

 span { border-color: rgb(61,176,88); }

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