#0F3722

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

Shades of Cardin Green #0F3722

Tints of Cardin Green #0F3722

Color information

#0F3722 (or 0x0F3722) is unknown color: approx Cardin Green. HEX triplet: 0F, 37 and 22. RGB value is (15,55,34). Sum of RGB (Red+Green+Blue) = 15+55+34=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3722 is #F0C8DD. Grayscale: #282828. Windows color (decimal): -15780062 or 2242319. OLE color: 2242319.

HSL color Cylindrical-coordinate representation of color #0F3722: hue angle of 148.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3722 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB155534-
CMYK0.7300.380.78
HSL148.5º57.14%13.73%-
HSV(B)148.5º72.73%21.57%-
XYZ1.852.951.99-
YUV40.65124.25109.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=14.42%
G=52.88%
B=32.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1555340.7300.380.78148.557.1413.73
HexF3722490264E9439e
Octal1767421110461162247116
Binary1111110111100010100100101001101001110100101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,34); }

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

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

 a { background-color: rgb(15,55,34); }

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

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

 span { border-color: rgb(15,55,34); }

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