Html Css Color HEX #204427 Gordons Green

📋 copy color: '#204427'

red 32 ◦ green 68 ◦ blue 39

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

Shades of Gordons Green #204427

Tints of Gordons Green #204427

RGB

 RED value IS 32 (12.89% from 255) = 23.02%

 GREEN value IS 68 (26.95% from 255) = 48.92%

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 23.02%
G = 48.92%
B = 28.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#204427 (or 0x204427) is known color: Gordons Green. HEX triplet: 20, 44 and 27. RGB value is (32,68,39). Sum of RGB (Red+Green+Blue) = 32+68+39=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #204427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204427 is #DFBBD8. Grayscale: #363636. Windows color (decimal): -14662617 or 2573344. OLE color: 2573344.

HSL color Cylindrical-coordinate representation of color #204427: hue angle of 131.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #204427 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 32 68 39 -
CMYK 0.53 0 0.43 0.73
HSL 131.67º 0.36% 0.2% -
HSV(B) 131.67º 0.53% 0.27% -
XYZ 3.03 4.59 2.65 -
YUV 53.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 32 68 39 0.53 0 0.43 0.73 131.67 0.36 0.2
Hex 20 44 27 35 0 2B 49 84 24 14
Octal 40 104 47 65 0 53 111 204 44 24
Binary 100000 1000100 100111 110101 0 101011 1001001 10000100 100100 10100

Color Harmonies of #204427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204427

Black with #204427

Text Example


Text Example

White with #204427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204427; }

 p { color: rgb(32,68,39); }

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

background-color css

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

 a { background-color: rgb(32,68,39); }

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

border-color css

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

 span { border-color: rgb(32,68,39); }

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