Html Css Color HEX #333F3C Gable Green

📋 copy color: '#333F3C'

red 51 ◦ green 63 ◦ blue 60

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

Shades of Gable Green #333F3C

Tints of Gable Green #333F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

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

R = 29.31%
G = 36.21%
B = 34.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#333F3C (or 0x333F3C) is known color: Gable Green. HEX triplet: 33, 3F and 3C. RGB value is (51,63,60). Sum of RGB (Red+Green+Blue) = 51+63+60=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #333F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F3C is #CCC0C3. Grayscale: #3B3B3B. Windows color (decimal): -13418692 or 3948339. OLE color: 3948339.

HSL color Cylindrical-coordinate representation of color #333F3C: hue angle of 165º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #333F3C is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 63 60 -
CMYK 0.19 0 0.05 0.75
HSL 165º 0.11% 0.22% -
HSV(B) 165º 0.19% 0.25% -
XYZ 3.96 4.59 4.95 -
YUV 59.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 51 63 60 0.19 0 0.05 0.75 165 0.11 0.22
Hex 33 3F 3C 13 0 5 4B A5 B 16
Octal 63 77 74 23 0 5 113 245 13 26
Binary 110011 111111 111100 10011 0 101 1001011 10100101 1011 10110

Color Harmonies of #333F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F3C

Black with #333F3C

Text Example


Text Example

White with #333F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F3C; }

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

 H1.HeaderClassName
 {
   color: #333F3C;
 }
 .AnyTagClassName
 {
   color: #333F3C;
 }
</style>

background-color css

<style>
 a { background-color: #333F3C; }

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

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

border-color css

<style>
 span { border-color: #333F3C; }

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

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