Html Css Color HEX #368574 Viridian

📋 copy color: '#368574'

red 54 ◦ green 133 ◦ blue 116

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

Shades of Viridian #368574

Tints of Viridian #368574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

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

R = 17.82%
G = 43.89%
B = 38.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#368574 (or 0x368574) is known color: Viridian. HEX triplet: 36, 85 and 74. RGB value is (54,133,116). Sum of RGB (Red+Green+Blue) = 54+133+116=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #368574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368574 is #C97A8B. Grayscale: #6B6B6B. Windows color (decimal): -13204108 or 7636278. OLE color: 7636278.

HSL color Cylindrical-coordinate representation of color #368574: hue angle of 167.09º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368574 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 116 -
CMYK 0.59 0 0.13 0.48
HSL 167.09º 0.42% 0.37% -
HSV(B) 167.09º 0.59% 0.52% -
XYZ 13.06 18.82 19.47 -
YUV 107.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 54 133 116 0.59 0 0.13 0.48 167.09 0.42 0.37
Hex 36 85 74 3B 0 D 30 A7 2A 25
Octal 66 205 164 73 0 15 60 247 52 45
Binary 110110 10000101 1110100 111011 0 1101 110000 10100111 101010 100101

Color Harmonies of #368574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368574

Black with #368574

Text Example


Text Example

White with #368574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368574; }

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

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

background-color css

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

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

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

border-color css

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

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

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