Html Css Color HEX #3B8663 Viridian

📋 copy color: '#3B8663'

red 59 ◦ green 134 ◦ blue 99

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

Shades of Viridian #3B8663

Tints of Viridian #3B8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 20.21%
G = 45.89%
B = 33.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#3B8663 (or 0x3B8663) is known color: Viridian. HEX triplet: 3B, 86 and 63. RGB value is (59,134,99). Sum of RGB (Red+Green+Blue) = 59+134+99=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8663 is #C4799C. Grayscale: #6B6B6B. Windows color (decimal): -12876189 or 6522427. OLE color: 6522427.

HSL color Cylindrical-coordinate representation of color #3B8663: hue angle of 152º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8663 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 134 99 -
CMYK 0.56 0 0.26 0.47
HSL 152º 0.39% 0.38% -
HSV(B) 152º 0.56% 0.53% -
XYZ 12.58 18.88 14.79 -
YUV 107.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 59 134 99 0.56 0 0.26 0.47 152 0.39 0.38
Hex 3B 86 63 38 0 1A 2F 98 27 26
Octal 73 206 143 70 0 32 57 230 47 46
Binary 111011 10000110 1100011 111000 0 11010 101111 10011000 100111 100110

Color Harmonies of #3B8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8663

Black with #3B8663

Text Example


Text Example

White with #3B8663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,134,99); }

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

background-color css

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

 a { background-color: rgb(59,134,99); }

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

border-color css

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

 span { border-color: rgb(59,134,99); }

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