Html Css Color HEX #338665 Viridian

📋 copy color: '#338665'

red 51 ◦ green 134 ◦ blue 101

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

Shades of Viridian #338665

Tints of Viridian #338665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

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

R = 17.83%
G = 46.85%
B = 35.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#338665 (or 0x338665) is known color: Viridian. HEX triplet: 33, 86 and 65. RGB value is (51,134,101). Sum of RGB (Red+Green+Blue) = 51+134+101=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #338665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338665 is #CC799A. Grayscale: #696969. Windows color (decimal): -13400475 or 6653491. OLE color: 6653491.

HSL color Cylindrical-coordinate representation of color #338665: hue angle of 156.14º 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 #338665 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 101 -
CMYK 0.62 0 0.25 0.47
HSL 156.14º 0.45% 0.36% -
HSV(B) 156.14º 0.62% 0.53% -
XYZ 12.24 18.69 15.28 -
YUV 105.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 51 134 101 0.62 0 0.25 0.47 156.14 0.45 0.36
Hex 33 86 65 3E 0 19 2F 9C 2D 24
Octal 63 206 145 76 0 31 57 234 55 44
Binary 110011 10000110 1100101 111110 0 11001 101111 10011100 101101 100100

Color Harmonies of #338665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338665

Black with #338665

Text Example


Text Example

White with #338665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338665; }

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

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

background-color css

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

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

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

border-color css

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

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

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