Html Css Color HEX #367F6B Viridian

📋 copy color: '#367F6B'

red 54 ◦ green 127 ◦ blue 107

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

Shades of Viridian #367F6B

Tints of Viridian #367F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 18.75%
G = 44.1%
B = 37.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#367F6B (or 0x367F6B) is known color: Viridian. HEX triplet: 36, 7F and 6B. RGB value is (54,127,107). Sum of RGB (Red+Green+Blue) = 54+127+107=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #367F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F6B is #C98094. Grayscale: #666666. Windows color (decimal): -13205653 or 7044918. OLE color: 7044918.

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

Color convert

RGB 54 127 107 -
CMYK 0.57 0 0.16 0.50
HSL 163.56º 0.4% 0.35% -
HSV(B) 163.56º 0.57% 0.5% -
XYZ 11.76 17.02 16.58 -
YUV 102.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 54 127 107 0.57 0 0.16 0.50 163.56 0.4 0.35
Hex 36 7F 6B 39 0 10 32 A4 28 23
Octal 66 177 153 71 0 20 62 244 50 43
Binary 110110 1111111 1101011 111001 0 10000 110010 10100100 101000 100011

Color Harmonies of #367F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F6B

Black with #367F6B

Text Example


Text Example

White with #367F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,107); }

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

background-color css

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

 a { background-color: rgb(54,127,107); }

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

border-color css

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

 span { border-color: rgb(54,127,107); }

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