Html Css Color HEX #338A68 Viridian

📋 copy color: '#338A68'

red 51 ◦ green 138 ◦ blue 104

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

Shades of Viridian #338A68

Tints of Viridian #338A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.1%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 17.41%
G = 47.1%
B = 35.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#338A68 (or 0x338A68) is known color: Viridian. HEX triplet: 33, 8A and 68. RGB value is (51,138,104). Sum of RGB (Red+Green+Blue) = 51+138+104=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #338A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A68 is #CC7597. Grayscale: #6C6C6C. Windows color (decimal): -13399448 or 6851123. OLE color: 6851123.

HSL color Cylindrical-coordinate representation of color #338A68: hue angle of 156.55º 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 #338A68 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 138 104 -
CMYK 0.63 0 0.25 0.46
HSL 156.55º 0.46% 0.37% -
HSV(B) 156.55º 0.63% 0.54% -
XYZ 12.95 19.88 16.25 -
YUV 108.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 51 138 104 0.63 0 0.25 0.46 156.55 0.46 0.37
Hex 33 8A 68 3F 0 19 2E 9D 2E 25
Octal 63 212 150 77 0 31 56 235 56 45
Binary 110011 10001010 1101000 111111 0 11001 101110 10011101 101110 100101

Color Harmonies of #338A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A68

Black with #338A68

Text Example


Text Example

White with #338A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,138,104); }

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

background-color css

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

 a { background-color: rgb(51,138,104); }

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

border-color css

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

 span { border-color: rgb(51,138,104); }

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