Html Css Color HEX #368A71 Viridian

📋 copy color: '#368A71'

red 54 ◦ green 138 ◦ blue 113

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

Shades of Viridian #368A71

Tints of Viridian #368A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

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

R = 17.7%
G = 45.25%
B = 37.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#368A71 (or 0x368A71) is known color: Viridian. HEX triplet: 36, 8A and 71. RGB value is (54,138,113). Sum of RGB (Red+Green+Blue) = 54+138+113=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #368A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A71 is #C9758E. Grayscale: #6E6E6E. Windows color (decimal): -13202831 or 7440950. OLE color: 7440950.

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

Color convert

RGB 54 138 113 -
CMYK 0.61 0 0.18 0.46
HSL 162.14º 0.44% 0.38% -
HSV(B) 162.14º 0.61% 0.54% -
XYZ 13.59 20.15 18.8 -
YUV 110.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 54 138 113 0.61 0 0.18 0.46 162.14 0.44 0.38
Hex 36 8A 71 3D 0 12 2E A2 2C 26
Octal 66 212 161 75 0 22 56 242 54 46
Binary 110110 10001010 1110001 111101 0 10010 101110 10100010 101100 100110

Color Harmonies of #368A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368A71

Black with #368A71

Text Example


Text Example

White with #368A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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