Html Css Color HEX #368365 Viridian

📋 copy color: '#368365'

red 54 ◦ green 131 ◦ blue 101

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

Shades of Viridian #368365

Tints of Viridian #368365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 18.88%
G = 45.8%
B = 35.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#368365 (or 0x368365) is known color: Viridian. HEX triplet: 36, 83 and 65. RGB value is (54,131,101). Sum of RGB (Red+Green+Blue) = 54+131+101=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #368365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368365 is #C97C9A. Grayscale: #686868. Windows color (decimal): -13204635 or 6652726. OLE color: 6652726.

HSL color Cylindrical-coordinate representation of color #368365: hue angle of 156.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368365 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 101 -
CMYK 0.59 0 0.23 0.49
HSL 156.62º 0.42% 0.36% -
HSV(B) 156.62º 0.59% 0.51% -
XYZ 11.99 17.96 15.15 -
YUV 104.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 54 131 101 0.59 0 0.23 0.49 156.62 0.42 0.36
Hex 36 83 65 3B 0 17 31 9D 2A 24
Octal 66 203 145 73 0 27 61 235 52 44
Binary 110110 10000011 1100101 111011 0 10111 110001 10011101 101010 100100

Color Harmonies of #368365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368365

Black with #368365

Text Example


Text Example

White with #368365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368365; }

 p { color: rgb(54,131,101); }

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

background-color css

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

 a { background-color: rgb(54,131,101); }

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

border-color css

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

 span { border-color: rgb(54,131,101); }

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