Html Css Color HEX #3CB051 Chateau Green

📋 copy color: '#3CB051'

red 60 ◦ green 176 ◦ blue 81

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

Shades of Chateau Green #3CB051

Tints of Chateau Green #3CB051

RGB

 RED value IS 60 (23.83% from 255) = 18.93%

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

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 18.93%
G = 55.52%
B = 25.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#3CB051 (or 0x3CB051) is known color: Chateau Green. HEX triplet: 3C, B0 and 51. RGB value is (60,176,81). Sum of RGB (Red+Green+Blue) = 60+176+81=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB051 is #C34FAE. Grayscale: #828282. Windows color (decimal): -12799919 or 5353532. OLE color: 5353532.

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

Color convert

RGB 60 176 81 -
CMYK 0.66 0 0.54 0.31
HSL 130.86º 0.49% 0.46% -
HSV(B) 130.86º 0.66% 0.69% -
XYZ 18.87 32.61 13.08 -
YUV 130.49 100.07 77.72 -
System Red Green Blue C M Y K H S L
Decimal 60 176 81 0.66 0 0.54 0.31 130.86 0.49 0.46
Hex 3C B0 51 42 0 36 1F 83 31 2E
Octal 74 260 121 102 0 66 37 203 61 56
Binary 111100 10110000 1010001 1000010 0 110110 11111 10000011 110001 101110

Color Harmonies of #3CB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB051

Black with #3CB051

Text Example


Text Example

White with #3CB051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,81); }

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

background-color css

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

 a { background-color: rgb(60,176,81); }

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

border-color css

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

 span { border-color: rgb(60,176,81); }

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