Html Css Color HEX #338463 Viridian

📋 copy color: '#338463'

red 51 ◦ green 132 ◦ blue 99

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

Shades of Viridian #338463

Tints of Viridian #338463

RGB

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

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

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

R = 18.09%
G = 46.81%
B = 35.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#338463 (or 0x338463) is known color: Viridian. HEX triplet: 33, 84 and 63. RGB value is (51,132,99). Sum of RGB (Red+Green+Blue) = 51+132+99=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #338463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338463 is #CC7B9C. Grayscale: #686868. Windows color (decimal): -13400989 or 6521907. OLE color: 6521907.

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

Color convert

RGB 51 132 99 -
CMYK 0.61 0 0.25 0.48
HSL 155.56º 0.44% 0.36% -
HSV(B) 155.56º 0.61% 0.52% -
XYZ 11.87 18.11 14.67 -
YUV 104.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 51 132 99 0.61 0 0.25 0.48 155.56 0.44 0.36
Hex 33 84 63 3D 0 19 30 9C 2C 24
Octal 63 204 143 75 0 31 60 234 54 44
Binary 110011 10000100 1100011 111101 0 11001 110000 10011100 101100 100100

Color Harmonies of #338463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338463

Black with #338463

Text Example


Text Example

White with #338463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338463; }

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

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

background-color css

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

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

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

border-color css

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

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

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