Html Css Color HEX #338465 Viridian

📋 copy color: '#338465'

red 51 ◦ green 132 ◦ blue 101

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

Shades of Viridian #338465

Tints of Viridian #338465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 17.96%
G = 46.48%
B = 35.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#338465 (or 0x338465) is known color: Viridian. HEX triplet: 33, 84 and 65. RGB value is (51,132,101). Sum of RGB (Red+Green+Blue) = 51+132+101=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #338465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338465 is #CC7B9A. Grayscale: #686868. Windows color (decimal): -13400987 or 6652979. OLE color: 6652979.

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

Color convert

RGB 51 132 101 -
CMYK 0.61 0 0.23 0.48
HSL 157.04º 0.44% 0.36% -
HSV(B) 157.04º 0.61% 0.52% -
XYZ 11.97 18.15 15.18 -
YUV 104.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 51 132 101 0.61 0 0.23 0.48 157.04 0.44 0.36
Hex 33 84 65 3D 0 17 30 9D 2C 24
Octal 63 204 145 75 0 27 60 235 54 44
Binary 110011 10000100 1100101 111101 0 10111 110000 10011101 101100 100100

Color Harmonies of #338465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338465

Black with #338465

Text Example


Text Example

White with #338465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338465; }

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

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

background-color css

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

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

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

border-color css

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

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

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