Html Css Color HEX #358A6B Viridian

📋 copy color: '#358A6B'

red 53 ◦ green 138 ◦ blue 107

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

Shades of Viridian #358A6B

Tints of Viridian #358A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.31%

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 17.79%
G = 46.31%
B = 35.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#358A6B (or 0x358A6B) is known color: Viridian. HEX triplet: 35, 8A and 6B. RGB value is (53,138,107). Sum of RGB (Red+Green+Blue) = 53+138+107=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #358A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A6B is #CA7594. Grayscale: #6D6D6D. Windows color (decimal): -13268373 or 7047733. OLE color: 7047733.

HSL color Cylindrical-coordinate representation of color #358A6B: hue angle of 158.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A6B is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 138 107 -
CMYK 0.62 0 0.22 0.46
HSL 158.12º 0.45% 0.37% -
HSV(B) 158.12º 0.62% 0.54% -
XYZ 13.21 20 17.07 -
YUV 109.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 53 138 107 0.62 0 0.22 0.46 158.12 0.45 0.37
Hex 35 8A 6B 3E 0 16 2E 9E 2D 25
Octal 65 212 153 76 0 26 56 236 55 45
Binary 110101 10001010 1101011 111110 0 10110 101110 10011110 101101 100101

Color Harmonies of #358A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A6B

Black with #358A6B

Text Example


Text Example

White with #358A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,138,107); }

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

background-color css

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

 a { background-color: rgb(53,138,107); }

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

border-color css

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

 span { border-color: rgb(53,138,107); }

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