#0A6334

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

Shades of Fun Green #0A6334

Tints of Fun Green #0A6334

Color information

#0A6334 (or 0x0A6334) is unknown color: approx Fun Green. HEX triplet: 0A, 63 and 34. RGB value is (10,99,52). Sum of RGB (Red+Green+Blue) = 10+99+52=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6334 is #F59CCB. Grayscale: #434343. Windows color (decimal): -16096460 or 3433226. OLE color: 3433226.

HSL color Cylindrical-coordinate representation of color #0A6334: hue angle of 148.31º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6334 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB109952-
CMYK0.9000.470.61
HSL148.31º81.65%21.37%-
HSV(B)148.31º89.9%38.82%-
XYZ5.219.244.76-
YUV67.03119.5187.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 99 (39.06% from 255) = 61.49%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=6.21%
G=61.49%
B=32.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099520.9000.470.61148.3181.6521.37
HexA63345A02F3D945215
Octal12143641320577522412225
Binary101011000111101001011010010111111110110010100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6334; }

 p { color: rgb(10,99,52); }

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

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

 a { background-color: rgb(10,99,52); }

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

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

 span { border-color: rgb(10,99,52); }

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