Html Css Color HEX #33423E Gable Green

📋 copy color: '#33423E'

red 51 ◦ green 66 ◦ blue 62

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

Shades of Gable Green #33423E

Tints of Gable Green #33423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.87%

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 28.49%
G = 36.87%
B = 34.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#33423E (or 0x33423E) is known color: Gable Green. HEX triplet: 33, 42 and 3E. RGB value is (51,66,62). Sum of RGB (Red+Green+Blue) = 51+66+62=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #33423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33423E is #CCBDC1. Grayscale: #3D3D3D. Windows color (decimal): -13417922 or 4080179. OLE color: 4080179.

HSL color Cylindrical-coordinate representation of color #33423E: hue angle of 164º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #33423E is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 62 -
CMYK 0.23 0 0.06 0.74
HSL 164º 0.13% 0.23% -
HSV(B) 164º 0.23% 0.26% -
XYZ 4.18 4.95 5.29 -
YUV 61.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 51 66 62 0.23 0 0.06 0.74 164 0.13 0.23
Hex 33 42 3E 17 0 6 4A A4 D 17
Octal 63 102 76 27 0 6 112 244 15 27
Binary 110011 1000010 111110 10111 0 110 1001010 10100100 1101 10111

Color Harmonies of #33423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33423E

Black with #33423E

Text Example


Text Example

White with #33423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33423E; }

 p { color: rgb(51,66,62); }

 H1.HeaderClassName
 {
   color: #33423E;
 }
 .AnyTagClassName
 {
   color: #33423E;
 }
</style>

background-color css

<style>
 a { background-color: #33423E; }

 a { background-color: rgb(51,66,62); }

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

border-color css

<style>
 span { border-color: #33423E; }

 span { border-color: rgb(51,66,62); }

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