#26612A

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

Shades of Parsley #26612A

Tints of Parsley #26612A

Color information

#26612A (or 0x26612A) is unknown color: approx Parsley. HEX triplet: 26, 61 and 2A. RGB value is (38,97,42). Sum of RGB (Red+Green+Blue) = 38+97+42=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #26612A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26612A is #D99ED5. Grayscale: #494949. Windows color (decimal): -14261974 or 2777382. OLE color: 2777382.

HSL color Cylindrical-coordinate representation of color #26612A: hue angle of 124.07º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26612A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB389742-
CMYK0.6100.570.62
HSL124.07º43.7%26.47%-
HSV(B)124.07º60.82%38.04%-
XYZ5.499.133.66-
YUV73.09110.45102.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=21.47%
G=54.80%
B=23.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897420.6100.570.62124.0743.726.47
Hex26612A3D0393E7c2c1a
Octal461415275071761745432
Binary10011011000011010101111010111001111110111110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26612A; }

 p { color: rgb(38,97,42); }

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

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

 a { background-color: rgb(38,97,42); }

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

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

 span { border-color: rgb(38,97,42); }

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