Html Css Color HEX #338162 Viridian

📋 copy color: '#338162'

red 51 ◦ green 129 ◦ blue 98

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

Shades of Viridian #338162

Tints of Viridian #338162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.4%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 18.35%
G = 46.4%
B = 35.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#338162 (or 0x338162) is known color: Viridian. HEX triplet: 33, 81 and 62. RGB value is (51,129,98). Sum of RGB (Red+Green+Blue) = 51+129+98=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #338162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338162 is #CC7E9D. Grayscale: #666666. Windows color (decimal): -13401758 or 6455603. OLE color: 6455603.

HSL color Cylindrical-coordinate representation of color #338162: hue angle of 156.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338162 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 98 -
CMYK 0.60 0 0.24 0.49
HSL 156.15º 0.43% 0.35% -
HSV(B) 156.15º 0.6% 0.51% -
XYZ 11.42 17.29 14.29 -
YUV 102.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 51 129 98 0.60 0 0.24 0.49 156.15 0.43 0.35
Hex 33 81 62 3C 0 18 31 9C 2B 23
Octal 63 201 142 74 0 30 61 234 53 43
Binary 110011 10000001 1100010 111100 0 11000 110001 10011100 101011 100011

Color Harmonies of #338162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338162

Black with #338162

Text Example


Text Example

White with #338162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338162; }

 p { color: rgb(51,129,98); }

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

background-color css

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

 a { background-color: rgb(51,129,98); }

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

border-color css

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

 span { border-color: rgb(51,129,98); }

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