Html Css Color HEX #358B68 Viridian

📋 copy color: '#358B68'

red 53 ◦ green 139 ◦ blue 104

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

Shades of Viridian #358B68

Tints of Viridian #358B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.96%

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

R = 17.91%
G = 46.96%
B = 35.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#358B68 (or 0x358B68) is known color: Viridian. HEX triplet: 35, 8B and 68. RGB value is (53,139,104). Sum of RGB (Red+Green+Blue) = 53+139+104=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #358B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B68 is #CA7497. Grayscale: #6D6D6D. Windows color (decimal): -13268120 or 6851381. OLE color: 6851381.

HSL color Cylindrical-coordinate representation of color #358B68: hue angle of 155.58º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B68 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 139 104 -
CMYK 0.62 0 0.25 0.45
HSL 155.58º 0.45% 0.38% -
HSV(B) 155.58º 0.62% 0.55% -
XYZ 13.2 20.22 16.3 -
YUV 109.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 53 139 104 0.62 0 0.25 0.45 155.58 0.45 0.38
Hex 35 8B 68 3E 0 19 2D 9C 2D 26
Octal 65 213 150 76 0 31 55 234 55 46
Binary 110101 10001011 1101000 111110 0 11001 101101 10011100 101101 100110

Color Harmonies of #358B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358B68

Black with #358B68

Text Example


Text Example

White with #358B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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