Html Css Color HEX #33403D Gable Green

📋 copy color: '#33403D'

red 51 ◦ green 64 ◦ blue 61

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

Shades of Gable Green #33403D

Tints of Gable Green #33403D

RGB

 RED value IS 51 (20.31% from 255) = 28.98%

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

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

R = 28.98%
G = 36.36%
B = 34.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#33403D (or 0x33403D) is known color: Gable Green. HEX triplet: 33, 40 and 3D. RGB value is (51,64,61). Sum of RGB (Red+Green+Blue) = 51+64+61=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 64 - color contains mainly: green. Hex color #33403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33403D is #CCBFC2. Grayscale: #3B3B3B. Windows color (decimal): -13418435 or 4014131. OLE color: 4014131.

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

Color convert

RGB 51 64 61 -
CMYK 0.20 0 0.05 0.75
HSL 166.15º 0.11% 0.23% -
HSV(B) 166.15º 0.2% 0.25% -
XYZ 4.04 4.71 5.11 -
YUV 59.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 51 64 61 0.20 0 0.05 0.75 166.15 0.11 0.23
Hex 33 40 3D 14 0 5 4B A6 B 17
Octal 63 100 75 24 0 5 113 246 13 27
Binary 110011 1000000 111101 10100 0 101 1001011 10100110 1011 10111

Color Harmonies of #33403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33403D

Black with #33403D

Text Example


Text Example

White with #33403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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