Html Css Color HEX #3BAF5A Chateau Green

📋 copy color: '#3BAF5A'

red 59 ◦ green 175 ◦ blue 90

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

Shades of Chateau Green #3BAF5A

Tints of Chateau Green #3BAF5A

RGB

 RED value IS 59 (23.44% from 255) = 18.21%

 GREEN value IS 175 (68.75% from 255) = 54.01%

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

R = 18.21%
G = 54.01%
B = 27.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#3BAF5A (or 0x3BAF5A) is known color: Chateau Green. HEX triplet: 3B, AF and 5A. RGB value is (59,175,90). Sum of RGB (Red+Green+Blue) = 59+175+90=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAF5A is #C450A5. Grayscale: #828282. Windows color (decimal): -12865702 or 5943099. OLE color: 5943099.

HSL color Cylindrical-coordinate representation of color #3BAF5A: hue angle of 136.03º degrees, saturation: 0.5, 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 #3BAF5A is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 175 90 -
CMYK 0.66 0 0.49 0.31
HSL 136.03º 0.5% 0.46% -
HSV(B) 136.03º 0.66% 0.69% -
XYZ 18.98 32.33 14.91 -
YUV 130.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 59 175 90 0.66 0 0.49 0.31 136.03 0.5 0.46
Hex 3B AF 5A 42 0 31 1F 88 32 2E
Octal 73 257 132 102 0 61 37 210 62 56
Binary 111011 10101111 1011010 1000010 0 110001 11111 10001000 110010 101110

Color Harmonies of #3BAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF5A

Black with #3BAF5A

Text Example


Text Example

White with #3BAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,175,90); }

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

background-color css

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

 a { background-color: rgb(59,175,90); }

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

border-color css

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

 span { border-color: rgb(59,175,90); }

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