Html Css Color HEX #338363 Viridian

📋 copy color: '#338363'

red 51 ◦ green 131 ◦ blue 99

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

Shades of Viridian #338363

Tints of Viridian #338363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 18.15%
G = 46.62%
B = 35.23%

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

#338363 (or 0x338363) is known color: Viridian. HEX triplet: 33, 83 and 63. RGB value is (51,131,99). Sum of RGB (Red+Green+Blue) = 51+131+99=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #338363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338363 is #CC7C9C. Grayscale: #676767. Windows color (decimal): -13401245 or 6521651. OLE color: 6521651.

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

Color convert

RGB 51 131 99 -
CMYK 0.61 0 0.24 0.49
HSL 156º 0.44% 0.36% -
HSV(B) 156º 0.61% 0.51% -
XYZ 11.73 17.84 14.63 -
YUV 103.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 51 131 99 0.61 0 0.24 0.49 156 0.44 0.36
Hex 33 83 63 3D 0 18 31 9C 2C 24
Octal 63 203 143 75 0 30 61 234 54 44
Binary 110011 10000011 1100011 111101 0 11000 110001 10011100 101100 100100

Color Harmonies of #338363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338363

Black with #338363

Text Example


Text Example

White with #338363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338363; }

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

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

background-color css

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

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

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

border-color css

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

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

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