Html Css Color HEX #338969 Viridian

📋 copy color: '#338969'

red 51 ◦ green 137 ◦ blue 105

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

Shades of Viridian #338969

Tints of Viridian #338969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 17.41%
G = 46.76%
B = 35.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#338969 (or 0x338969) is known color: Viridian. HEX triplet: 33, 89 and 69. RGB value is (51,137,105). Sum of RGB (Red+Green+Blue) = 51+137+105=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #338969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338969 is #CC7696. Grayscale: #6B6B6B. Windows color (decimal): -13399703 or 6916403. OLE color: 6916403.

HSL color Cylindrical-coordinate representation of color #338969: hue angle of 157.67º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338969 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 105 -
CMYK 0.63 0 0.23 0.46
HSL 157.67º 0.46% 0.37% -
HSV(B) 157.67º 0.63% 0.54% -
XYZ 12.86 19.62 16.47 -
YUV 107.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 51 137 105 0.63 0 0.23 0.46 157.67 0.46 0.37
Hex 33 89 69 3F 0 17 2E 9E 2E 25
Octal 63 211 151 77 0 27 56 236 56 45
Binary 110011 10001001 1101001 111111 0 10111 101110 10011110 101110 100101

Color Harmonies of #338969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338969

Black with #338969

Text Example


Text Example

White with #338969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338969; }

 p { color: rgb(51,137,105); }

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

background-color css

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

 a { background-color: rgb(51,137,105); }

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

border-color css

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

 span { border-color: rgb(51,137,105); }

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