Html Css Color HEX #35403D Gable Green

📋 copy color: '#35403D'

red 53 ◦ green 64 ◦ blue 61

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

Shades of Gable Green #35403D

Tints of Gable Green #35403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 29.78%
G = 35.96%
B = 34.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#35403D (or 0x35403D) is known color: Gable Green. HEX triplet: 35, 40 and 3D. RGB value is (53,64,61). Sum of RGB (Red+Green+Blue) = 53+64+61=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #35403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35403D is #CABFC2. Grayscale: #3C3C3C. Windows color (decimal): -13287363 or 4014133. OLE color: 4014133.

HSL color Cylindrical-coordinate representation of color #35403D: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35403D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 61 -
CMYK 0.17 0 0.05 0.75
HSL 163.64º 0.09% 0.23% -
HSV(B) 163.64º 0.17% 0.25% -
XYZ 4.14 4.76 5.12 -
YUV 60.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 53 64 61 0.17 0 0.05 0.75 163.64 0.09 0.23
Hex 35 40 3D 11 0 5 4B A4 9 17
Octal 65 100 75 21 0 5 113 244 11 27
Binary 110101 1000000 111101 10001 0 101 1001011 10100100 1001 10111

Color Harmonies of #35403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35403D

Black with #35403D

Text Example


Text Example

White with #35403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35403D; }

 p { color: rgb(53,64,61); }

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

background-color css

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

 a { background-color: rgb(53,64,61); }

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

border-color css

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

 span { border-color: rgb(53,64,61); }

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