Html Css Color HEX #358268 Viridian

📋 copy color: '#358268'

red 53 ◦ green 130 ◦ blue 104

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

Shades of Viridian #358268

Tints of Viridian #358268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 18.47%
G = 45.3%
B = 36.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#358268 (or 0x358268) is known color: Viridian. HEX triplet: 35, 82 and 68. RGB value is (53,130,104). Sum of RGB (Red+Green+Blue) = 53+130+104=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #358268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358268 is #CA7D97. Grayscale: #686868. Windows color (decimal): -13270424 or 6849077. OLE color: 6849077.

HSL color Cylindrical-coordinate representation of color #358268: hue angle of 159.74º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358268 is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 104 -
CMYK 0.59 0 0.2 0.49
HSL 159.74º 0.42% 0.36% -
HSV(B) 159.74º 0.59% 0.51% -
XYZ 11.95 17.72 15.89 -
YUV 104.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 53 130 104 0.59 0 0.2 0.49 159.74 0.42 0.36
Hex 35 82 68 3B 0 14 31 A0 2A 24
Octal 65 202 150 73 0 24 61 240 52 44
Binary 110101 10000010 1101000 111011 0 10100 110001 10100000 101010 100100

Color Harmonies of #358268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358268

Black with #358268

Text Example


Text Example

White with #358268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358268; }

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

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

background-color css

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

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

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

border-color css

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

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

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