Html Css Color HEX #455348 Goblin

📋 copy color: '#455348'

red 69 ◦ green 83 ◦ blue 72

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

Shades of Goblin #455348

Tints of Goblin #455348

RGB

 RED value IS 69 (27.34% from 255) = 30.8%

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 30.8%
G = 37.05%
B = 32.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#455348 (or 0x455348) is known color: Goblin. HEX triplet: 45, 53 and 48. RGB value is (69,83,72). Sum of RGB (Red+Green+Blue) = 69+83+72=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #455348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455348 is #BAACB7. Grayscale: #4D4D4D. Windows color (decimal): -12233912 or 4739909. OLE color: 4739909.

HSL color Cylindrical-coordinate representation of color #455348: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #455348 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 72 -
CMYK 0.17 0 0.13 0.67
HSL 132.86º 0.09% 0.3% -
HSV(B) 132.86º 0.17% 0.33% -
XYZ 6.72 7.92 7.31 -
YUV 77.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 69 83 72 0.17 0 0.13 0.67 132.86 0.09 0.3
Hex 45 53 48 11 0 D 43 85 9 1E
Octal 105 123 110 21 0 15 103 205 11 36
Binary 1000101 1010011 1001000 10001 0 1101 1000011 10000101 1001 11110

Color Harmonies of #455348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455348

Black with #455348

Text Example


Text Example

White with #455348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455348; }

 p { color: rgb(69,83,72); }

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

background-color css

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

 a { background-color: rgb(69,83,72); }

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

border-color css

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

 span { border-color: rgb(69,83,72); }

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