Html Css Color HEX #425345 Goblin

📋 copy color: '#425345'

red 66 ◦ green 83 ◦ blue 69

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

Shades of Goblin #425345

Tints of Goblin #425345

RGB

 RED value IS 66 (26.17% from 255) = 30.28%

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 30.28%
G = 38.07%
B = 31.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#425345 (or 0x425345) is known color: Goblin. HEX triplet: 42, 53 and 45. RGB value is (66,83,69). Sum of RGB (Red+Green+Blue) = 66+83+69=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #425345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425345 is #BDACBA. Grayscale: #4C4C4C. Windows color (decimal): -12430523 or 4543298. OLE color: 4543298.

HSL color Cylindrical-coordinate representation of color #425345: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425345 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 69 -
CMYK 0.20 0 0.17 0.67
HSL 130.59º 0.11% 0.29% -
HSV(B) 130.59º 0.2% 0.33% -
XYZ 6.41 7.77 6.79 -
YUV 76.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 66 83 69 0.20 0 0.17 0.67 130.59 0.11 0.29
Hex 42 53 45 14 0 11 43 83 B 1D
Octal 102 123 105 24 0 21 103 203 13 35
Binary 1000010 1010011 1000101 10100 0 10001 1000011 10000011 1011 11101

Color Harmonies of #425345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425345

Black with #425345

Text Example


Text Example

White with #425345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425345; }

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

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

background-color css

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

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

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

border-color css

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

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

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