Html Css Color HEX #358567 Viridian

📋 copy color: '#358567'

red 53 ◦ green 133 ◦ blue 103

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

Shades of Viridian #358567

Tints of Viridian #358567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

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

R = 18.34%
G = 46.02%
B = 35.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#358567 (or 0x358567) is known color: Viridian. HEX triplet: 35, 85 and 67. RGB value is (53,133,103). Sum of RGB (Red+Green+Blue) = 53+133+103=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #358567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358567 is #CA7A98. Grayscale: #696969. Windows color (decimal): -13269657 or 6784309. OLE color: 6784309.

HSL color Cylindrical-coordinate representation of color #358567: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358567 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 103 -
CMYK 0.60 0 0.23 0.48
HSL 157.5º 0.43% 0.36% -
HSV(B) 157.5º 0.6% 0.52% -
XYZ 12.3 18.51 15.76 -
YUV 105.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 53 133 103 0.60 0 0.23 0.48 157.5 0.43 0.36
Hex 35 85 67 3C 0 17 30 9E 2B 24
Octal 65 205 147 74 0 27 60 236 53 44
Binary 110101 10000101 1100111 111100 0 10111 110000 10011110 101011 100100

Color Harmonies of #358567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358567

Black with #358567

Text Example


Text Example

White with #358567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358567; }

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

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

background-color css

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

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

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

border-color css

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

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

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