Html Css Color HEX #35817C Atoll

📋 copy color: '#35817C'

red 53 ◦ green 129 ◦ blue 124

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

Shades of Atoll #35817C

Tints of Atoll #35817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 17.32%
G = 42.16%
B = 40.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#35817C (or 0x35817C) is known color: Atoll. HEX triplet: 35, 81 and 7C. RGB value is (53,129,124). Sum of RGB (Red+Green+Blue) = 53+129+124=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #35817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35817C is #CA7E83. Grayscale: #696969. Windows color (decimal): -13270660 or 8159541. OLE color: 8159541.

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

Color convert

RGB 53 129 124 -
CMYK 0.59 0 0.04 0.49
HSL 176.05º 0.42% 0.36% -
HSV(B) 176.05º 0.59% 0.51% -
XYZ 12.96 17.91 21.84 -
YUV 105.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 53 129 124 0.59 0 0.04 0.49 176.05 0.42 0.36
Hex 35 81 7C 3B 0 4 31 B0 2A 24
Octal 65 201 174 73 0 4 61 260 52 44
Binary 110101 10000001 1111100 111011 0 100 110001 10110000 101010 100100

Color Harmonies of #35817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35817C

Black with #35817C

Text Example


Text Example

White with #35817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35817C; }

 p { color: rgb(53,129,124); }

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

background-color css

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

 a { background-color: rgb(53,129,124); }

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

border-color css

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

 span { border-color: rgb(53,129,124); }

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