Html Css Color HEX #338263 Viridian

📋 copy color: '#338263'

red 51 ◦ green 130 ◦ blue 99

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

Shades of Viridian #338263

Tints of Viridian #338263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 18.21%
G = 46.43%
B = 35.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#338263 (or 0x338263) is known color: Viridian. HEX triplet: 33, 82 and 63. RGB value is (51,130,99). Sum of RGB (Red+Green+Blue) = 51+130+99=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #338263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338263 is #CC7D9C. Grayscale: #666666. Windows color (decimal): -13401501 or 6521395. OLE color: 6521395.

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

Color convert

RGB 51 130 99 -
CMYK 0.61 0 0.24 0.49
HSL 156.46º 0.44% 0.35% -
HSV(B) 156.46º 0.61% 0.51% -
XYZ 11.6 17.57 14.58 -
YUV 102.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 51 130 99 0.61 0 0.24 0.49 156.46 0.44 0.35
Hex 33 82 63 3D 0 18 31 9C 2C 23
Octal 63 202 143 75 0 30 61 234 54 43
Binary 110011 10000010 1100011 111101 0 11000 110001 10011100 101100 100011

Color Harmonies of #338263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338263

Black with #338263

Text Example


Text Example

White with #338263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338263; }

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

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

background-color css

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

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

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

border-color css

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

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

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