Html Css Color HEX #33896B Viridian

📋 copy color: '#33896B'

red 51 ◦ green 137 ◦ blue 107

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

Shades of Viridian #33896B

Tints of Viridian #33896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 17.29%
G = 46.44%
B = 36.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#33896B (or 0x33896B) is known color: Viridian. HEX triplet: 33, 89 and 6B. RGB value is (51,137,107). Sum of RGB (Red+Green+Blue) = 51+137+107=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #33896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33896B is #CC7694. Grayscale: #6B6B6B. Windows color (decimal): -13399701 or 7047475. OLE color: 7047475.

HSL color Cylindrical-coordinate representation of color #33896B: hue angle of 159.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33896B is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 107 -
CMYK 0.63 0 0.22 0.46
HSL 159.07º 0.46% 0.37% -
HSV(B) 159.07º 0.63% 0.54% -
XYZ 12.96 19.66 17.02 -
YUV 107.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 51 137 107 0.63 0 0.22 0.46 159.07 0.46 0.37
Hex 33 89 6B 3F 0 16 2E 9F 2E 25
Octal 63 211 153 77 0 26 56 237 56 45
Binary 110011 10001001 1101011 111111 0 10110 101110 10011111 101110 100101

Color Harmonies of #33896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33896B

Black with #33896B

Text Example


Text Example

White with #33896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33896B; }

 p { color: rgb(51,137,107); }

 H1.HeaderClassName
 {
   color: #33896B;
 }
 .AnyTagClassName
 {
   color: #33896B;
 }
</style>

background-color css

<style>
 a { background-color: #33896B; }

 a { background-color: rgb(51,137,107); }

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

border-color css

<style>
 span { border-color: #33896B; }

 span { border-color: rgb(51,137,107); }

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