Html Css Color HEX #368572 Viridian

📋 copy color: '#368572'

red 54 ◦ green 133 ◦ blue 114

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

Shades of Viridian #368572

Tints of Viridian #368572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 17.94%
G = 44.19%
B = 37.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#368572 (or 0x368572) is known color: Viridian. HEX triplet: 36, 85 and 72. RGB value is (54,133,114). Sum of RGB (Red+Green+Blue) = 54+133+114=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #368572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368572 is #C97A8D. Grayscale: #6B6B6B. Windows color (decimal): -13204110 or 7505206. OLE color: 7505206.

HSL color Cylindrical-coordinate representation of color #368572: hue angle of 165.57º 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 #368572 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 114 -
CMYK 0.59 0 0.14 0.48
HSL 165.57º 0.42% 0.37% -
HSV(B) 165.57º 0.59% 0.52% -
XYZ 12.95 18.77 18.86 -
YUV 107.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 54 133 114 0.59 0 0.14 0.48 165.57 0.42 0.37
Hex 36 85 72 3B 0 E 30 A6 2A 25
Octal 66 205 162 73 0 16 60 246 52 45
Binary 110110 10000101 1110010 111011 0 1110 110000 10100110 101010 100101

Color Harmonies of #368572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368572

Black with #368572

Text Example


Text Example

White with #368572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368572; }

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

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

background-color css

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

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

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

border-color css

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

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

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