Html Css Color HEX #338264 Viridian

📋 copy color: '#338264'

red 51 ◦ green 130 ◦ blue 100

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

Shades of Viridian #338264

Tints of Viridian #338264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 18.15%
G = 46.26%
B = 35.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#338264 (or 0x338264) is known color: Viridian. HEX triplet: 33, 82 and 64. RGB value is (51,130,100). Sum of RGB (Red+Green+Blue) = 51+130+100=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #338264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338264 is #CC7D9B. Grayscale: #676767. Windows color (decimal): -13401500 or 6586931. OLE color: 6586931.

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

Color convert

RGB 51 130 100 -
CMYK 0.61 0 0.23 0.49
HSL 157.22º 0.44% 0.35% -
HSV(B) 157.22º 0.61% 0.51% -
XYZ 11.65 17.59 14.84 -
YUV 102.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 51 130 100 0.61 0 0.23 0.49 157.22 0.44 0.35
Hex 33 82 64 3D 0 17 31 9D 2C 23
Octal 63 202 144 75 0 27 61 235 54 43
Binary 110011 10000010 1100100 111101 0 10111 110001 10011101 101100 100011

Color Harmonies of #338264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338264

Black with #338264

Text Example


Text Example

White with #338264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338264; }

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

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

background-color css

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

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

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

border-color css

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

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

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