Html Css Color HEX #33795F Viridian

📋 copy color: '#33795F'

red 51 ◦ green 121 ◦ blue 95

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

Shades of Viridian #33795F

Tints of Viridian #33795F

RGB

 RED value IS 51 (20.31% from 255) = 19.1%

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

 BLUE value IS 95 (37.5% from 255) = 35.58%

R = 19.1%
G = 45.32%
B = 35.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#33795F (or 0x33795F) is known color: Viridian. HEX triplet: 33, 79 and 5F. RGB value is (51,121,95). Sum of RGB (Red+Green+Blue) = 51+121+95=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #33795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33795F is #CC86A0. Grayscale: #616161. Windows color (decimal): -13403809 or 6256947. OLE color: 6256947.

HSL color Cylindrical-coordinate representation of color #33795F: hue angle of 157.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33795F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 95 -
CMYK 0.58 0 0.21 0.53
HSL 157.71º 0.41% 0.34% -
HSV(B) 157.71º 0.58% 0.47% -
XYZ 10.27 15.2 13.22 -
YUV 97.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 51 121 95 0.58 0 0.21 0.53 157.71 0.41 0.34
Hex 33 79 5F 3A 0 15 35 9E 29 22
Octal 63 171 137 72 0 25 65 236 51 42
Binary 110011 1111001 1011111 111010 0 10101 110101 10011110 101001 100010

Color Harmonies of #33795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33795F

Black with #33795F

Text Example


Text Example

White with #33795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33795F; }

 p { color: rgb(51,121,95); }

 H1.HeaderClassName
 {
   color: #33795F;
 }
 .AnyTagClassName
 {
   color: #33795F;
 }
</style>

background-color css

<style>
 a { background-color: #33795F; }

 a { background-color: rgb(51,121,95); }

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

border-color css

<style>
 span { border-color: #33795F; }

 span { border-color: rgb(51,121,95); }

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