Html Css Color HEX #358368 Viridian

📋 copy color: '#358368'

red 53 ◦ green 131 ◦ blue 104

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

Shades of Viridian #358368

Tints of Viridian #358368

RGB

 RED value IS 53 (21.09% from 255) = 18.4%

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

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 18.4%
G = 45.49%
B = 36.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#358368 (or 0x358368) is known color: Viridian. HEX triplet: 35, 83 and 68. RGB value is (53,131,104). Sum of RGB (Red+Green+Blue) = 53+131+104=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #358368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358368 is #CA7C97. Grayscale: #686868. Windows color (decimal): -13270168 or 6849333. OLE color: 6849333.

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

Color convert

RGB 53 131 104 -
CMYK 0.60 0 0.21 0.49
HSL 159.23º 0.42% 0.36% -
HSV(B) 159.23º 0.6% 0.51% -
XYZ 12.08 17.99 15.93 -
YUV 104.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 53 131 104 0.60 0 0.21 0.49 159.23 0.42 0.36
Hex 35 83 68 3C 0 15 31 9F 2A 24
Octal 65 203 150 74 0 25 61 237 52 44
Binary 110101 10000011 1101000 111100 0 10101 110001 10011111 101010 100100

Color Harmonies of #358368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358368

Black with #358368

Text Example


Text Example

White with #358368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358368; }

 p { color: rgb(53,131,104); }

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

background-color css

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

 a { background-color: rgb(53,131,104); }

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

border-color css

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

 span { border-color: rgb(53,131,104); }

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