Html Css Color HEX #368671 Viridian

📋 copy color: '#368671'

red 54 ◦ green 134 ◦ blue 113

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

Shades of Viridian #368671

Tints of Viridian #368671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

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

R = 17.94%
G = 44.52%
B = 37.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#368671 (or 0x368671) is known color: Viridian. HEX triplet: 36, 86 and 71. RGB value is (54,134,113). Sum of RGB (Red+Green+Blue) = 54+134+113=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #368671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368671 is #C9798E. Grayscale: #6B6B6B. Windows color (decimal): -13203855 or 7439926. OLE color: 7439926.

HSL color Cylindrical-coordinate representation of color #368671: hue angle of 164.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368671 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 113 -
CMYK 0.60 0 0.16 0.47
HSL 164.25º 0.43% 0.37% -
HSV(B) 164.25º 0.6% 0.53% -
XYZ 13.03 19.03 18.61 -
YUV 107.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 54 134 113 0.60 0 0.16 0.47 164.25 0.43 0.37
Hex 36 86 71 3C 0 10 2F A4 2B 25
Octal 66 206 161 74 0 20 57 244 53 45
Binary 110110 10000110 1110001 111100 0 10000 101111 10100100 101011 100101

Color Harmonies of #368671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368671

Black with #368671

Text Example


Text Example

White with #368671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368671; }

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

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

background-color css

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

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

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

border-color css

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

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

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