Html Css Color HEX #338768 Viridian

📋 copy color: '#338768'

red 51 ◦ green 135 ◦ blue 104

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

Shades of Viridian #338768

Tints of Viridian #338768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.55%

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

R = 17.59%
G = 46.55%
B = 35.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#338768 (or 0x338768) is known color: Viridian. HEX triplet: 33, 87 and 68. RGB value is (51,135,104). Sum of RGB (Red+Green+Blue) = 51+135+104=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #338768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338768 is #CC7897. Grayscale: #6A6A6A. Windows color (decimal): -13400216 or 6850355. OLE color: 6850355.

HSL color Cylindrical-coordinate representation of color #338768: hue angle of 157.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338768 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 135 104 -
CMYK 0.62 0 0.23 0.47
HSL 157.86º 0.45% 0.36% -
HSV(B) 157.86º 0.62% 0.53% -
XYZ 12.53 19.03 16.11 -
YUV 106.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 51 135 104 0.62 0 0.23 0.47 157.86 0.45 0.36
Hex 33 87 68 3E 0 17 2F 9E 2D 24
Octal 63 207 150 76 0 27 57 236 55 44
Binary 110011 10000111 1101000 111110 0 10111 101111 10011110 101101 100100

Color Harmonies of #338768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338768

Black with #338768

Text Example


Text Example

White with #338768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338768; }

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

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

background-color css

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

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

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

border-color css

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

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

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