Html Css Color HEX #3B8B69 Viridian

📋 copy color: '#3B8B69'

red 59 ◦ green 139 ◦ blue 105

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

Shades of Viridian #3B8B69

Tints of Viridian #3B8B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.87%

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 19.47%
G = 45.87%
B = 34.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#3B8B69 (or 0x3B8B69) is known color: Viridian. HEX triplet: 3B, 8B and 69. RGB value is (59,139,105). Sum of RGB (Red+Green+Blue) = 59+139+105=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8B69 is #C47496. Grayscale: #6F6F6F. Windows color (decimal): -12874903 or 6916923. OLE color: 6916923.

HSL color Cylindrical-coordinate representation of color #3B8B69: hue angle of 154.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B69 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 139 105 -
CMYK 0.58 0 0.24 0.45
HSL 154.5º 0.4% 0.39% -
HSV(B) 154.5º 0.58% 0.55% -
XYZ 13.59 20.41 16.59 -
YUV 111.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 59 139 105 0.58 0 0.24 0.45 154.5 0.4 0.39
Hex 3B 8B 69 3A 0 18 2D 9A 28 27
Octal 73 213 151 72 0 30 55 232 50 47
Binary 111011 10001011 1101001 111010 0 11000 101101 10011010 101000 100111

Color Harmonies of #3B8B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8B69

Black with #3B8B69

Text Example


Text Example

White with #3B8B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,139,105); }

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

background-color css

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

 a { background-color: rgb(59,139,105); }

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

border-color css

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

 span { border-color: rgb(59,139,105); }

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