Html Css Color HEX #3B7969 Viridian

📋 copy color: '#3B7969'

red 59 ◦ green 121 ◦ blue 105

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

Shades of Viridian #3B7969

Tints of Viridian #3B7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 20.7%
G = 42.46%
B = 36.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#3B7969 (or 0x3B7969) is known color: Viridian. HEX triplet: 3B, 79 and 69. RGB value is (59,121,105). Sum of RGB (Red+Green+Blue) = 59+121+105=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #3B7969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7969 is #C48696. Grayscale: #646464. Windows color (decimal): -12879511 or 6912315. OLE color: 6912315.

HSL color Cylindrical-coordinate representation of color #3B7969: hue angle of 164.52º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B7969 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 121 105 -
CMYK 0.51 0 0.13 0.53
HSL 164.52º 0.34% 0.35% -
HSV(B) 164.52º 0.51% 0.47% -
XYZ 11.19 15.62 15.79 -
YUV 100.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 59 121 105 0.51 0 0.13 0.53 164.52 0.34 0.35
Hex 3B 79 69 33 0 D 35 A5 22 23
Octal 73 171 151 63 0 15 65 245 42 43
Binary 111011 1111001 1101001 110011 0 1101 110101 10100101 100010 100011

Color Harmonies of #3B7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7969

Black with #3B7969

Text Example


Text Example

White with #3B7969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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