Html Css Color HEX #369071 Viridian

📋 copy color: '#369071'

red 54 ◦ green 144 ◦ blue 113

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

Shades of Viridian #369071

Tints of Viridian #369071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 17.36%
G = 46.3%
B = 36.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#369071 (or 0x369071) is known color: Viridian. HEX triplet: 36, 90 and 71. RGB value is (54,144,113). Sum of RGB (Red+Green+Blue) = 54+144+113=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #369071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369071 is #C96F8E. Grayscale: #717171. Windows color (decimal): -13201295 or 7442486. OLE color: 7442486.

HSL color Cylindrical-coordinate representation of color #369071: hue angle of 159.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369071 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 113 -
CMYK 0.63 0 0.22 0.44
HSL 159.33º 0.45% 0.39% -
HSV(B) 159.33º 0.63% 0.56% -
XYZ 14.48 21.92 19.09 -
YUV 113.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 54 144 113 0.63 0 0.22 0.44 159.33 0.45 0.39
Hex 36 90 71 3F 0 16 2C 9F 2D 27
Octal 66 220 161 77 0 26 54 237 55 47
Binary 110110 10010000 1110001 111111 0 10110 101100 10011111 101101 100111

Color Harmonies of #369071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369071

Black with #369071

Text Example


Text Example

White with #369071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369071; }

 p { color: rgb(54,144,113); }

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

background-color css

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

 a { background-color: rgb(54,144,113); }

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

border-color css

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

 span { border-color: rgb(54,144,113); }

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