Html Css Color HEX #33403C Gable Green

📋 copy color: '#33403C'

red 51 ◦ green 64 ◦ blue 60

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

Shades of Gable Green #33403C

Tints of Gable Green #33403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 29.14%
G = 36.57%
B = 34.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#33403C (or 0x33403C) is known color: Gable Green. HEX triplet: 33, 40 and 3C. RGB value is (51,64,60). Sum of RGB (Red+Green+Blue) = 51+64+60=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #33403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33403C is #CCBFC3. Grayscale: #3B3B3B. Windows color (decimal): -13418436 or 3948595. OLE color: 3948595.

HSL color Cylindrical-coordinate representation of color #33403C: hue angle of 161.54º 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 #33403C is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 60 -
CMYK 0.20 0 0.06 0.75
HSL 161.54º 0.11% 0.23% -
HSV(B) 161.54º 0.2% 0.25% -
XYZ 4.01 4.7 4.97 -
YUV 59.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 51 64 60 0.20 0 0.06 0.75 161.54 0.11 0.23
Hex 33 40 3C 14 0 6 4B A2 B 17
Octal 63 100 74 24 0 6 113 242 13 27
Binary 110011 1000000 111100 10100 0 110 1001011 10100010 1011 10111

Color Harmonies of #33403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33403C

Black with #33403C

Text Example


Text Example

White with #33403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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