Html Css Color HEX #338365 Viridian

📋 copy color: '#338365'

red 51 ◦ green 131 ◦ blue 101

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

Shades of Viridian #338365

Tints of Viridian #338365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 18.02%
G = 46.29%
B = 35.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#338365 (or 0x338365) is known color: Viridian. HEX triplet: 33, 83 and 65. RGB value is (51,131,101). Sum of RGB (Red+Green+Blue) = 51+131+101=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #338365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338365 is #CC7C9A. Grayscale: #676767. Windows color (decimal): -13401243 or 6652723. OLE color: 6652723.

HSL color Cylindrical-coordinate representation of color #338365: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338365 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 101 -
CMYK 0.61 0 0.23 0.49
HSL 157.5º 0.44% 0.36% -
HSV(B) 157.5º 0.61% 0.51% -
XYZ 11.83 17.88 15.14 -
YUV 103.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 51 131 101 0.61 0 0.23 0.49 157.5 0.44 0.36
Hex 33 83 65 3D 0 17 31 9E 2C 24
Octal 63 203 145 75 0 27 61 236 54 44
Binary 110011 10000011 1100101 111101 0 10111 110001 10011110 101100 100100

Color Harmonies of #338365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338365

Black with #338365

Text Example


Text Example

White with #338365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338365; }

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

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

background-color css

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

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

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

border-color css

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

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

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