#075438

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

Shades of County Green #075438

Tints of County Green #075438

Color information

#075438 (or 0x075438) is unknown color: approx County Green. HEX triplet: 07, 54 and 38. RGB value is (7,84,56). Sum of RGB (Red+Green+Blue) = 7+84+56=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #075438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075438 is #F8ABC7. Grayscale: #393939. Windows color (decimal): -16296904 or 3691527. OLE color: 3691527.

HSL color Cylindrical-coordinate representation of color #075438: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075438 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB78456-
CMYK0.9200.330.67
HSL158.18º84.62%17.84%-
HSV(B)158.18º91.67%32.94%-
XYZ3.976.674.82-
YUV57.78126.9991.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=4.76%
G=57.14%
B=38.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784560.9200.330.67158.1884.6217.84
Hex754385C021439e5512
Octal71247013404110323612522
Binary111101010011100010111000100001100001110011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075438; }

 p { color: rgb(7,84,56); }

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

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

 a { background-color: rgb(7,84,56); }

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

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

 span { border-color: rgb(7,84,56); }

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