Html Css Color HEX #358668 Viridian

📋 copy color: '#358668'

red 53 ◦ green 134 ◦ blue 104

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

Shades of Viridian #358668

Tints of Viridian #358668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 18.21%
G = 46.05%
B = 35.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#358668 (or 0x358668) is known color: Viridian. HEX triplet: 35, 86 and 68. RGB value is (53,134,104). Sum of RGB (Red+Green+Blue) = 53+134+104=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #358668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358668 is #CA7997. Grayscale: #6A6A6A. Windows color (decimal): -13269400 or 6850101. OLE color: 6850101.

HSL color Cylindrical-coordinate representation of color #358668: hue angle of 157.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358668 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 104 -
CMYK 0.60 0 0.22 0.47
HSL 157.78º 0.43% 0.37% -
HSV(B) 157.78º 0.6% 0.53% -
XYZ 12.49 18.81 16.07 -
YUV 106.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 53 134 104 0.60 0 0.22 0.47 157.78 0.43 0.37
Hex 35 86 68 3C 0 16 2F 9E 2B 25
Octal 65 206 150 74 0 26 57 236 53 45
Binary 110101 10000110 1101000 111100 0 10110 101111 10011110 101011 100101

Color Harmonies of #358668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358668

Black with #358668

Text Example


Text Example

White with #358668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358668; }

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

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

background-color css

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

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

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

border-color css

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

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

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