Html Css Color HEX #368674 Viridian

📋 copy color: '#368674'

red 54 ◦ green 134 ◦ blue 116

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

Shades of Viridian #368674

Tints of Viridian #368674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 17.76%
G = 44.08%
B = 38.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#368674 (or 0x368674) is known color: Viridian. HEX triplet: 36, 86 and 74. RGB value is (54,134,116). Sum of RGB (Red+Green+Blue) = 54+134+116=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #368674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368674 is #C9798B. Grayscale: #6C6C6C. Windows color (decimal): -13203852 or 7636534. OLE color: 7636534.

HSL color Cylindrical-coordinate representation of color #368674: hue angle of 166.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368674 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 116 -
CMYK 0.60 0 0.13 0.47
HSL 166.5º 0.43% 0.37% -
HSV(B) 166.5º 0.6% 0.53% -
XYZ 13.2 19.1 19.51 -
YUV 108.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 54 134 116 0.60 0 0.13 0.47 166.5 0.43 0.37
Hex 36 86 74 3C 0 D 2F A6 2B 25
Octal 66 206 164 74 0 15 57 246 53 45
Binary 110110 10000110 1110100 111100 0 1101 101111 10100110 101011 100101

Color Harmonies of #368674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368674

Black with #368674

Text Example


Text Example

White with #368674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368674; }

 p { color: rgb(54,134,116); }

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

background-color css

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

 a { background-color: rgb(54,134,116); }

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

border-color css

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

 span { border-color: rgb(54,134,116); }

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