Html Css Color HEX #358367 Viridian

📋 copy color: '#358367'

red 53 ◦ green 131 ◦ blue 103

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

Shades of Viridian #358367

Tints of Viridian #358367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 18.47%
G = 45.64%
B = 35.89%

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

#358367 (or 0x358367) is known color: Viridian. HEX triplet: 35, 83 and 67. RGB value is (53,131,103). Sum of RGB (Red+Green+Blue) = 53+131+103=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #358367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358367 is #CA7C98. Grayscale: #686868. Windows color (decimal): -13270169 or 6783797. OLE color: 6783797.

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

Color convert

RGB 53 131 103 -
CMYK 0.60 0 0.21 0.49
HSL 158.46º 0.42% 0.36% -
HSV(B) 158.46º 0.6% 0.51% -
XYZ 12.03 17.97 15.67 -
YUV 104.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 53 131 103 0.60 0 0.21 0.49 158.46 0.42 0.36
Hex 35 83 67 3C 0 15 31 9E 2A 24
Octal 65 203 147 74 0 25 61 236 52 44
Binary 110101 10000011 1100111 111100 0 10101 110001 10011110 101010 100100

Color Harmonies of #358367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358367

Black with #358367

Text Example


Text Example

White with #358367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358367; }

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

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

background-color css

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

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

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

border-color css

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

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

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