Html Css Color HEX #3B7868 Viridian

📋 copy color: '#3B7868'

red 59 ◦ green 120 ◦ blue 104

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

Shades of Viridian #3B7868

Tints of Viridian #3B7868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.4%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 20.85%
G = 42.4%
B = 36.75%

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

#3B7868 (or 0x3B7868) is known color: Viridian. HEX triplet: 3B, 78 and 68. RGB value is (59,120,104). Sum of RGB (Red+Green+Blue) = 59+120+104=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7868 is #C48797. Grayscale: #636363. Windows color (decimal): -12879768 or 6846523. OLE color: 6846523.

HSL color Cylindrical-coordinate representation of color #3B7868: hue angle of 164.26º 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 #3B7868 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 120 104 -
CMYK 0.51 0 0.13 0.53
HSL 164.26º 0.34% 0.35% -
HSV(B) 164.26º 0.51% 0.47% -
XYZ 11.02 15.36 15.48 -
YUV 99.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 59 120 104 0.51 0 0.13 0.53 164.26 0.34 0.35
Hex 3B 78 68 33 0 D 35 A4 22 23
Octal 73 170 150 63 0 15 65 244 42 43
Binary 111011 1111000 1101000 110011 0 1101 110101 10100100 100010 100011

Color Harmonies of #3B7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7868

Black with #3B7868

Text Example


Text Example

White with #3B7868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,120,104); }

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

background-color css

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

 a { background-color: rgb(59,120,104); }

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

border-color css

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

 span { border-color: rgb(59,120,104); }

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