Html Css Color HEX #33413D Gable Green

📋 copy color: '#33413D'

red 51 ◦ green 65 ◦ blue 61

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

Shades of Gable Green #33413D

Tints of Gable Green #33413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 28.81%
G = 36.72%
B = 34.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#33413D (or 0x33413D) is known color: Gable Green. HEX triplet: 33, 41 and 3D. RGB value is (51,65,61). Sum of RGB (Red+Green+Blue) = 51+65+61=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #33413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33413D is #CCBEC2. Grayscale: #3C3C3C. Windows color (decimal): -13418179 or 4014387. OLE color: 4014387.

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

Color convert

RGB 51 65 61 -
CMYK 0.22 0 0.06 0.75
HSL 162.86º 0.12% 0.23% -
HSV(B) 162.86º 0.22% 0.25% -
XYZ 4.1 4.82 5.13 -
YUV 60.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 51 65 61 0.22 0 0.06 0.75 162.86 0.12 0.23
Hex 33 41 3D 16 0 6 4B A3 C 17
Octal 63 101 75 26 0 6 113 243 14 27
Binary 110011 1000001 111101 10110 0 110 1001011 10100011 1100 10111

Color Harmonies of #33413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33413D

Black with #33413D

Text Example


Text Example

White with #33413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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