#243225

Color #243225 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #243225

Tints of Gordons Green #243225

Color information

#243225 (or 0x243225) is unknown color: approx Gordons Green. HEX triplet: 24, 32 and 25. RGB value is (36,50,37). Sum of RGB (Red+Green+Blue) = 36+50+37=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #243225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243225 is #DBCDDA. Grayscale: #2C2C2C. Windows color (decimal): -14405083 or 2437668. OLE color: 2437668.

HSL color Cylindrical-coordinate representation of color #243225: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #243225 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB365037-
CMYK0.2800.260.80
HSL124.29º16.28%16.86%-
HSV(B)124.29º28%19.61%-
XYZ2.22.792.17-
YUV44.33123.86122.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.27%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=29.27%
G=40.65%
B=30.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3650370.2800.260.80124.2916.2816.86
Hex2432251C01A507c1011
Octal446245340321201742021
Binary10010011001010010111100011010101000011111001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243225; }

 p { color: rgb(36,50,37); }

 H1.HeaderClassName
 {
   color: #243225;
 }
 .AnyTagClassName
 {
   color: #243225;
 }
</style>
background-color css

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

 a { background-color: rgb(36,50,37); }

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

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

 span { border-color: rgb(36,50,37); }

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