Html Css Color HEX #338362 Viridian

📋 copy color: '#338362'

red 51 ◦ green 131 ◦ blue 98

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

Shades of Viridian #338362

Tints of Viridian #338362

RGB

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

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

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

R = 18.21%
G = 46.79%
B = 35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#338362 (or 0x338362) is known color: Viridian. HEX triplet: 33, 83 and 62. RGB value is (51,131,98). Sum of RGB (Red+Green+Blue) = 51+131+98=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #338362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338362 is #CC7C9D. Grayscale: #676767. Windows color (decimal): -13401246 or 6456115. OLE color: 6456115.

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

Color convert

RGB 51 131 98 -
CMYK 0.61 0 0.25 0.49
HSL 155.25º 0.44% 0.36% -
HSV(B) 155.25º 0.61% 0.51% -
XYZ 11.69 17.82 14.38 -
YUV 103.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 51 131 98 0.61 0 0.25 0.49 155.25 0.44 0.36
Hex 33 83 62 3D 0 19 31 9B 2C 24
Octal 63 203 142 75 0 31 61 233 54 44
Binary 110011 10000011 1100010 111101 0 11001 110001 10011011 101100 100100

Color Harmonies of #338362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338362

Black with #338362

Text Example


Text Example

White with #338362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338362; }

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

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

background-color css

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

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

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

border-color css

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

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

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