Html Css Color HEX #3FB85A Chateau Green

📋 copy color: '#3FB85A'

red 63 ◦ green 184 ◦ blue 90

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

Shades of Chateau Green #3FB85A

Tints of Chateau Green #3FB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.6%

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 18.69%
G = 54.6%
B = 26.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#3FB85A (or 0x3FB85A) is known color: Chateau Green. HEX triplet: 3F, B8 and 5A. RGB value is (63,184,90). Sum of RGB (Red+Green+Blue) = 63+184+90=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB85A is #C047A5. Grayscale: #898989. Windows color (decimal): -12601254 or 5945407. OLE color: 5945407.

HSL color Cylindrical-coordinate representation of color #3FB85A: hue angle of 133.39º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB85A is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 63 184 90 -
CMYK 0.66 0 0.51 0.28
HSL 133.39º 0.49% 0.48% -
HSV(B) 133.39º 0.66% 0.72% -
XYZ 21.04 36.08 15.53 -
YUV 137.11 101.41 75.14 -
System Red Green Blue C M Y K H S L
Decimal 63 184 90 0.66 0 0.51 0.28 133.39 0.49 0.48
Hex 3F B8 5A 42 0 33 1C 85 31 30
Octal 77 270 132 102 0 63 34 205 61 60
Binary 111111 10111000 1011010 1000010 0 110011 11100 10000101 110001 110000

Color Harmonies of #3FB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB85A

Black with #3FB85A

Text Example


Text Example

White with #3FB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,184,90); }

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

background-color css

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

 a { background-color: rgb(63,184,90); }

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

border-color css

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

 span { border-color: rgb(63,184,90); }

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