Html Css Color HEX #338468 Viridian

📋 copy color: '#338468'

red 51 ◦ green 132 ◦ blue 104

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

Shades of Viridian #338468

Tints of Viridian #338468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

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

R = 17.77%
G = 45.99%
B = 36.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#338468 (or 0x338468) is known color: Viridian. HEX triplet: 33, 84 and 68. RGB value is (51,132,104). Sum of RGB (Red+Green+Blue) = 51+132+104=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #338468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338468 is #CC7B97. Grayscale: #686868. Windows color (decimal): -13400984 or 6849587. OLE color: 6849587.

HSL color Cylindrical-coordinate representation of color #338468: hue angle of 159.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338468 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 104 -
CMYK 0.61 0 0.21 0.48
HSL 159.26º 0.44% 0.36% -
HSV(B) 159.26º 0.61% 0.52% -
XYZ 12.12 18.21 15.97 -
YUV 104.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 51 132 104 0.61 0 0.21 0.48 159.26 0.44 0.36
Hex 33 84 68 3D 0 15 30 9F 2C 24
Octal 63 204 150 75 0 25 60 237 54 44
Binary 110011 10000100 1101000 111101 0 10101 110000 10011111 101100 100100

Color Harmonies of #338468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338468

Black with #338468

Text Example


Text Example

White with #338468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338468; }

 p { color: rgb(51,132,104); }

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

background-color css

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

 a { background-color: rgb(51,132,104); }

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

border-color css

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

 span { border-color: rgb(51,132,104); }

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