Html Css Color HEX #367E68 Viridian

📋 copy color: '#367E68'

red 54 ◦ green 126 ◦ blue 104

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

Shades of Viridian #367E68

Tints of Viridian #367E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.37%

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 19.01%
G = 44.37%
B = 36.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#367E68 (or 0x367E68) is known color: Viridian. HEX triplet: 36, 7E and 68. RGB value is (54,126,104). Sum of RGB (Red+Green+Blue) = 54+126+104=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #367E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E68 is #C98197. Grayscale: #656565. Windows color (decimal): -13205912 or 6848054. OLE color: 6848054.

HSL color Cylindrical-coordinate representation of color #367E68: hue angle of 161.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E68 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 104 -
CMYK 0.57 0 0.17 0.51
HSL 161.67º 0.4% 0.35% -
HSV(B) 161.67º 0.57% 0.49% -
XYZ 11.48 16.71 15.72 -
YUV 101.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 54 126 104 0.57 0 0.17 0.51 161.67 0.4 0.35
Hex 36 7E 68 39 0 11 33 A2 28 23
Octal 66 176 150 71 0 21 63 242 50 43
Binary 110110 1111110 1101000 111001 0 10001 110011 10100010 101000 100011

Color Harmonies of #367E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E68

Black with #367E68

Text Example


Text Example

White with #367E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367E68; }

 p { color: rgb(54,126,104); }

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

background-color css

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

 a { background-color: rgb(54,126,104); }

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

border-color css

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

 span { border-color: rgb(54,126,104); }

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