Html Css Color HEX #3FB058 Chateau Green

📋 copy color: '#3FB058'

red 63 ◦ green 176 ◦ blue 88

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

Shades of Chateau Green #3FB058

Tints of Chateau Green #3FB058

RGB

 RED value IS 63 (25% from 255) = 19.27%

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

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

R = 19.27%
G = 53.82%
B = 26.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#3FB058 (or 0x3FB058) is known color: Chateau Green. HEX triplet: 3F, B0 and 58. RGB value is (63,176,88). Sum of RGB (Red+Green+Blue) = 63+176+88=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB058 is #C04FA7. Grayscale: #848484. Windows color (decimal): -12603304 or 5812287. OLE color: 5812287.

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

Color convert

RGB 63 176 88 -
CMYK 0.64 0 0.50 0.31
HSL 133.27º 0.47% 0.47% -
HSV(B) 133.27º 0.64% 0.69% -
XYZ 19.34 32.81 14.55 -
YUV 132.18 103.06 78.66 -
System Red Green Blue C M Y K H S L
Decimal 63 176 88 0.64 0 0.50 0.31 133.27 0.47 0.47
Hex 3F B0 58 40 0 32 1F 85 2F 2F
Octal 77 260 130 100 0 62 37 205 57 57
Binary 111111 10110000 1011000 1000000 0 110010 11111 10000101 101111 101111

Color Harmonies of #3FB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB058

Black with #3FB058

Text Example


Text Example

White with #3FB058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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