Html Css Color HEX #338E6B Viridian

📋 copy color: '#338E6B'

red 51 ◦ green 142 ◦ blue 107

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

Shades of Viridian #338E6B

Tints of Viridian #338E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.33%

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 17%
G = 47.33%
B = 35.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#338E6B (or 0x338E6B) is known color: Viridian. HEX triplet: 33, 8E and 6B. RGB value is (51,142,107). Sum of RGB (Red+Green+Blue) = 51+142+107=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #338E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E6B is #CC7194. Grayscale: #6E6E6E. Windows color (decimal): -13398421 or 7048755. OLE color: 7048755.

HSL color Cylindrical-coordinate representation of color #338E6B: hue angle of 156.92º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E6B is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 107 -
CMYK 0.64 0 0.25 0.44
HSL 156.92º 0.47% 0.38% -
HSV(B) 156.92º 0.64% 0.56% -
XYZ 13.69 21.11 17.26 -
YUV 110.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 51 142 107 0.64 0 0.25 0.44 156.92 0.47 0.38
Hex 33 8E 6B 40 0 19 2C 9D 2F 26
Octal 63 216 153 100 0 31 54 235 57 46
Binary 110011 10001110 1101011 1000000 0 11001 101100 10011101 101111 100110

Color Harmonies of #338E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E6B

Black with #338E6B

Text Example


Text Example

White with #338E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338E6B; }

 p { color: rgb(51,142,107); }

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

background-color css

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

 a { background-color: rgb(51,142,107); }

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

border-color css

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

 span { border-color: rgb(51,142,107); }

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