Html Css Color HEX #33826A Viridian

📋 copy color: '#33826A'

red 51 ◦ green 130 ◦ blue 106

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

Shades of Viridian #33826A

Tints of Viridian #33826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 17.77%
G = 45.3%
B = 36.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#33826A (or 0x33826A) is known color: Viridian. HEX triplet: 33, 82 and 6A. RGB value is (51,130,106). Sum of RGB (Red+Green+Blue) = 51+130+106=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #33826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33826A is #CC7D95. Grayscale: #676767. Windows color (decimal): -13401494 or 6980147. OLE color: 6980147.

HSL color Cylindrical-coordinate representation of color #33826A: hue angle of 161.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33826A is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 106 -
CMYK 0.61 0 0.18 0.49
HSL 161.77º 0.44% 0.35% -
HSV(B) 161.77º 0.61% 0.51% -
XYZ 11.95 17.71 16.42 -
YUV 103.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 51 130 106 0.61 0 0.18 0.49 161.77 0.44 0.35
Hex 33 82 6A 3D 0 12 31 A2 2C 23
Octal 63 202 152 75 0 22 61 242 54 43
Binary 110011 10000010 1101010 111101 0 10010 110001 10100010 101100 100011

Color Harmonies of #33826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33826A

Black with #33826A

Text Example


Text Example

White with #33826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33826A; }

 p { color: rgb(51,130,106); }

 H1.HeaderClassName
 {
   color: #33826A;
 }
 .AnyTagClassName
 {
   color: #33826A;
 }
</style>

background-color css

<style>
 a { background-color: #33826A; }

 a { background-color: rgb(51,130,106); }

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

border-color css

<style>
 span { border-color: #33826A; }

 span { border-color: rgb(51,130,106); }

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