Html Css Color HEX #358269 Viridian

📋 copy color: '#358269'

red 53 ◦ green 130 ◦ blue 105

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

Shades of Viridian #358269

Tints of Viridian #358269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 18.4%
G = 45.14%
B = 36.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#358269 (or 0x358269) is known color: Viridian. HEX triplet: 35, 82 and 69. RGB value is (53,130,105). Sum of RGB (Red+Green+Blue) = 53+130+105=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #358269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358269 is #CA7D96. Grayscale: #686868. Windows color (decimal): -13270423 or 6914613. OLE color: 6914613.

HSL color Cylindrical-coordinate representation of color #358269: hue angle of 160.52º 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 #358269 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 105 -
CMYK 0.59 0 0.19 0.49
HSL 160.52º 0.42% 0.36% -
HSV(B) 160.52º 0.59% 0.51% -
XYZ 12 17.74 16.16 -
YUV 104.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 53 130 105 0.59 0 0.19 0.49 160.52 0.42 0.36
Hex 35 82 69 3B 0 13 31 A1 2A 24
Octal 65 202 151 73 0 23 61 241 52 44
Binary 110101 10000010 1101001 111011 0 10011 110001 10100001 101010 100100

Color Harmonies of #358269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358269

Black with #358269

Text Example


Text Example

White with #358269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358269; }

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

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

background-color css

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

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

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

border-color css

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

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

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