#0F3622

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

Shades of Cardin Green #0F3622

Tints of Cardin Green #0F3622

Color information

#0F3622 (or 0x0F3622) is unknown color: approx Cardin Green. HEX triplet: 0F, 36 and 22. RGB value is (15,54,34). Sum of RGB (Red+Green+Blue) = 15+54+34=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3622 is #F0C9DD. Grayscale: #282828. Windows color (decimal): -15780318 or 2242063. OLE color: 2242063.

HSL color Cylindrical-coordinate representation of color #0F3622: hue angle of 149.23º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3622 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.79.

Color convert

RGB155434-
CMYK0.7200.370.79
HSL149.23º56.52%13.53%-
HSV(B)149.23º72.22%21.18%-
XYZ1.82.861.97-
YUV40.06124.58110.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.56%
GREEN value IS 54 (21.48% from 255) = 52.43%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=14.56%
G=52.43%
B=33.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554340.7200.370.79149.2356.5213.53
HexF3622480254F9539e
Octal1766421100451172257116
Binary1111110110100010100100001001011001111100101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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