Html Css Color HEX #368363 Viridian

📋 copy color: '#368363'

red 54 ◦ green 131 ◦ blue 99

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

Shades of Viridian #368363

Tints of Viridian #368363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 19.01%
G = 46.13%
B = 34.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#368363 (or 0x368363) is known color: Viridian. HEX triplet: 36, 83 and 63. RGB value is (54,131,99). Sum of RGB (Red+Green+Blue) = 54+131+99=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #368363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368363 is #C97C9C. Grayscale: #686868. Windows color (decimal): -13204637 or 6521654. OLE color: 6521654.

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

Color convert

RGB 54 131 99 -
CMYK 0.59 0 0.24 0.49
HSL 155.06º 0.42% 0.36% -
HSV(B) 155.06º 0.59% 0.51% -
XYZ 11.89 17.92 14.64 -
YUV 104.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 54 131 99 0.59 0 0.24 0.49 155.06 0.42 0.36
Hex 36 83 63 3B 0 18 31 9B 2A 24
Octal 66 203 143 73 0 30 61 233 52 44
Binary 110110 10000011 1100011 111011 0 11000 110001 10011011 101010 100100

Color Harmonies of #368363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368363

Black with #368363

Text Example


Text Example

White with #368363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368363; }

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

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

background-color css

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

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

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

border-color css

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

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

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