Html Css Color HEX #338764 Viridian

📋 copy color: '#338764'

red 51 ◦ green 135 ◦ blue 100

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

Shades of Viridian #338764

Tints of Viridian #338764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 17.83%
G = 47.2%
B = 34.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#338764 (or 0x338764) is known color: Viridian. HEX triplet: 33, 87 and 64. RGB value is (51,135,100). Sum of RGB (Red+Green+Blue) = 51+135+100=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #338764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338764 is #CC789B. Grayscale: #696969. Windows color (decimal): -13400220 or 6588211. OLE color: 6588211.

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

Color convert

RGB 51 135 100 -
CMYK 0.62 0 0.26 0.47
HSL 155º 0.45% 0.36% -
HSV(B) 155º 0.62% 0.53% -
XYZ 12.33 18.95 15.06 -
YUV 105.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 51 135 100 0.62 0 0.26 0.47 155 0.45 0.36
Hex 33 87 64 3E 0 1A 2F 9B 2D 24
Octal 63 207 144 76 0 32 57 233 55 44
Binary 110011 10000111 1100100 111110 0 11010 101111 10011011 101101 100100

Color Harmonies of #338764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338764

Black with #338764

Text Example


Text Example

White with #338764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338764; }

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

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

background-color css

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

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

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

border-color css

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

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

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