#038509

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

Shades of Green #038509

Tints of Green #038509

Color information

#038509 (or 0x038509) is unknown color: approx Green. HEX triplet: 03, 85 and 09. RGB value is (3,133,9). Sum of RGB (Red+Green+Blue) = 3+133+9=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 133 (52.34% from 255 or 91.72% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 133 - color contains mainly: green. Hex color #038509 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038509 is #FC7AF6. Grayscale: #505050. Windows color (decimal): -16546551 or 623875. OLE color: 623875.

HSL color Cylindrical-coordinate representation of color #038509: hue angle of 122.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038509 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB31339-
CMYK0.9800.930.48
HSL122.77º95.59%26.67%-
HSV(B)122.77º97.74%52.16%-
XYZ8.4716.813.06-
YUV79.9987.9373.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 133 (52.34% from 255) = 91.72%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=2.07%
G=91.72%
B=6.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal313390.9800.930.48122.7795.5926.67
Hex38596205D307b601b
Octal32051114201356017314033
Binary111000010110011100010010111011100001111011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038509; }

 p { color: rgb(3,133,9); }

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

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

 a { background-color: rgb(3,133,9); }

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

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

 span { border-color: rgb(3,133,9); }

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