Html Css Color HEX #338469 Viridian

📋 copy color: '#338469'

red 51 ◦ green 132 ◦ blue 105

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

Shades of Viridian #338469

Tints of Viridian #338469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 17.71%
G = 45.83%
B = 36.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#338469 (or 0x338469) is known color: Viridian. HEX triplet: 33, 84 and 69. RGB value is (51,132,105). Sum of RGB (Red+Green+Blue) = 51+132+105=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #338469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338469 is #CC7B96. Grayscale: #686868. Windows color (decimal): -13400983 or 6915123. OLE color: 6915123.

HSL color Cylindrical-coordinate representation of color #338469: hue angle of 160º 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 #338469 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 105 -
CMYK 0.61 0 0.20 0.48
HSL 160º 0.44% 0.36% -
HSV(B) 160º 0.61% 0.52% -
XYZ 12.17 18.23 16.24 -
YUV 104.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 51 132 105 0.61 0 0.20 0.48 160 0.44 0.36
Hex 33 84 69 3D 0 14 30 A0 2C 24
Octal 63 204 151 75 0 24 60 240 54 44
Binary 110011 10000100 1101001 111101 0 10100 110000 10100000 101100 100100

Color Harmonies of #338469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338469

Black with #338469

Text Example


Text Example

White with #338469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338469; }

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

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

background-color css

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

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

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

border-color css

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

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

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