Html Css Color HEX #368565 Viridian

📋 copy color: '#368565'

red 54 ◦ green 133 ◦ blue 101

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

Shades of Viridian #368565

Tints of Viridian #368565

RGB

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

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

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

R = 18.75%
G = 46.18%
B = 35.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#368565 (or 0x368565) is known color: Viridian. HEX triplet: 36, 85 and 65. RGB value is (54,133,101). Sum of RGB (Red+Green+Blue) = 54+133+101=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #368565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368565 is #C97A9A. Grayscale: #696969. Windows color (decimal): -13204123 or 6653238. OLE color: 6653238.

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

Color convert

RGB 54 133 101 -
CMYK 0.59 0 0.24 0.48
HSL 155.7º 0.42% 0.37% -
HSV(B) 155.7º 0.59% 0.52% -
XYZ 12.26 18.5 15.24 -
YUV 105.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 54 133 101 0.59 0 0.24 0.48 155.7 0.42 0.37
Hex 36 85 65 3B 0 18 30 9C 2A 25
Octal 66 205 145 73 0 30 60 234 52 45
Binary 110110 10000101 1100101 111011 0 11000 110000 10011100 101010 100101

Color Harmonies of #368565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368565

Black with #368565

Text Example


Text Example

White with #368565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368565; }

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

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

background-color css

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

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

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

border-color css

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

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

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