Html Css Color HEX #338165 Viridian

📋 copy color: '#338165'

red 51 ◦ green 129 ◦ blue 101

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

Shades of Viridian #338165

Tints of Viridian #338165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

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

R = 18.15%
G = 45.91%
B = 35.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#338165 (or 0x338165) is known color: Viridian. HEX triplet: 33, 81 and 65. RGB value is (51,129,101). Sum of RGB (Red+Green+Blue) = 51+129+101=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #338165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338165 is #CC7E9A. Grayscale: #666666. Windows color (decimal): -13401755 or 6652211. OLE color: 6652211.

HSL color Cylindrical-coordinate representation of color #338165: hue angle of 158.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338165 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 101 -
CMYK 0.60 0 0.22 0.49
HSL 158.46º 0.43% 0.35% -
HSV(B) 158.46º 0.6% 0.51% -
XYZ 11.56 17.34 15.05 -
YUV 102.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 51 129 101 0.60 0 0.22 0.49 158.46 0.43 0.35
Hex 33 81 65 3C 0 16 31 9E 2B 23
Octal 63 201 145 74 0 26 61 236 53 43
Binary 110011 10000001 1100101 111100 0 10110 110001 10011110 101011 100011

Color Harmonies of #338165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338165

Black with #338165

Text Example


Text Example

White with #338165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338165; }

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

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

background-color css

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

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

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

border-color css

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

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

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