Html Css Color HEX #368B73 Viridian

📋 copy color: '#368B73'

red 54 ◦ green 139 ◦ blue 115

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

Shades of Viridian #368B73

Tints of Viridian #368B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 17.53%
G = 45.13%
B = 37.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#368B73 (or 0x368B73) is known color: Viridian. HEX triplet: 36, 8B and 73. RGB value is (54,139,115). Sum of RGB (Red+Green+Blue) = 54+139+115=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #368B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B73 is #C9748C. Grayscale: #6E6E6E. Windows color (decimal): -13202573 or 7572278. OLE color: 7572278.

HSL color Cylindrical-coordinate representation of color #368B73: hue angle of 163.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368B73 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 139 115 -
CMYK 0.61 0 0.17 0.45
HSL 163.06º 0.44% 0.38% -
HSV(B) 163.06º 0.61% 0.55% -
XYZ 13.85 20.49 19.44 -
YUV 110.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 54 139 115 0.61 0 0.17 0.45 163.06 0.44 0.38
Hex 36 8B 73 3D 0 11 2D A3 2C 26
Octal 66 213 163 75 0 21 55 243 54 46
Binary 110110 10001011 1110011 111101 0 10001 101101 10100011 101100 100110

Color Harmonies of #368B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368B73

Black with #368B73

Text Example


Text Example

White with #368B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368B73; }

 p { color: rgb(54,139,115); }

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

background-color css

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

 a { background-color: rgb(54,139,115); }

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

border-color css

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

 span { border-color: rgb(54,139,115); }

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