Html Css Color HEX #368F74 Viridian

📋 copy color: '#368F74'

red 54 ◦ green 143 ◦ blue 116

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

Shades of Viridian #368F74

Tints of Viridian #368F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

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

R = 17.25%
G = 45.69%
B = 37.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#368F74 (or 0x368F74) is known color: Viridian. HEX triplet: 36, 8F and 74. RGB value is (54,143,116). Sum of RGB (Red+Green+Blue) = 54+143+116=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #368F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F74 is #C9708B. Grayscale: #717171. Windows color (decimal): -13201548 or 7638838. OLE color: 7638838.

HSL color Cylindrical-coordinate representation of color #368F74: hue angle of 161.8º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F74 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 143 116 -
CMYK 0.62 0 0.19 0.44
HSL 161.8º 0.45% 0.39% -
HSV(B) 161.8º 0.62% 0.56% -
XYZ 14.5 21.69 19.95 -
YUV 113.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 54 143 116 0.62 0 0.19 0.44 161.8 0.45 0.39
Hex 36 8F 74 3E 0 13 2C A2 2D 27
Octal 66 217 164 76 0 23 54 242 55 47
Binary 110110 10001111 1110100 111110 0 10011 101100 10100010 101101 100111

Color Harmonies of #368F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F74

Black with #368F74

Text Example


Text Example

White with #368F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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