Html Css Color HEX #369275 Viridian

📋 copy color: '#369275'

red 54 ◦ green 146 ◦ blue 117

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

Shades of Viridian #369275

Tints of Viridian #369275

RGB

 RED value IS 54 (21.48% from 255) = 17.03%

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 17.03%
G = 46.06%
B = 36.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#369275 (or 0x369275) is known color: Viridian. HEX triplet: 36, 92 and 75. RGB value is (54,146,117). Sum of RGB (Red+Green+Blue) = 54+146+117=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #369275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369275 is #C96D8A. Grayscale: #737373. Windows color (decimal): -13200779 or 7705142. OLE color: 7705142.

HSL color Cylindrical-coordinate representation of color #369275: hue angle of 161.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369275 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 146 117 -
CMYK 0.63 0 0.20 0.43
HSL 161.09º 0.46% 0.39% -
HSV(B) 161.09º 0.63% 0.57% -
XYZ 15.01 22.63 20.41 -
YUV 115.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 54 146 117 0.63 0 0.20 0.43 161.09 0.46 0.39
Hex 36 92 75 3F 0 14 2B A1 2E 27
Octal 66 222 165 77 0 24 53 241 56 47
Binary 110110 10010010 1110101 111111 0 10100 101011 10100001 101110 100111

Color Harmonies of #369275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369275

Black with #369275

Text Example


Text Example

White with #369275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369275; }

 p { color: rgb(54,146,117); }

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

background-color css

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

 a { background-color: rgb(54,146,117); }

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

border-color css

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

 span { border-color: rgb(54,146,117); }

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