Html Css Color HEX #35826F Genoa

📋 copy color: '#35826F'

red 53 ◦ green 130 ◦ blue 111

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

Shades of Genoa #35826F

Tints of Genoa #35826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 18.03%
G = 44.22%
B = 37.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#35826F (or 0x35826F) is known color: Genoa. HEX triplet: 35, 82 and 6F. RGB value is (53,130,111). Sum of RGB (Red+Green+Blue) = 53+130+111=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #35826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35826F is #CA7D90. Grayscale: #686868. Windows color (decimal): -13270417 or 7307829. OLE color: 7307829.

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

Color convert

RGB 53 130 111 -
CMYK 0.59 0 0.15 0.49
HSL 165.19º 0.42% 0.36% -
HSV(B) 165.19º 0.59% 0.51% -
XYZ 12.32 17.87 17.84 -
YUV 104.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 53 130 111 0.59 0 0.15 0.49 165.19 0.42 0.36
Hex 35 82 6F 3B 0 F 31 A5 2A 24
Octal 65 202 157 73 0 17 61 245 52 44
Binary 110101 10000010 1101111 111011 0 1111 110001 10100101 101010 100100

Color Harmonies of #35826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35826F

Black with #35826F

Text Example


Text Example

White with #35826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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