Html Css Color HEX #126826 Crusoe

📋 copy color: '#126826'

red 18 ◦ green 104 ◦ blue 38

#126826
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #126826

Tints of Crusoe #126826

RGB

 RED value IS 18 (7.42% from 255) = 11.25%

 GREEN value IS 104 (41.02% from 255) = 65%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 11.25%
G = 65%
B = 23.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#126826 (or 0x126826) is known color: Crusoe. HEX triplet: 12, 68 and 26. RGB value is (18,104,38). Sum of RGB (Red+Green+Blue) = 18+104+38=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #126826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126826 is #ED97D9. Grayscale: #464646. Windows color (decimal): -15570906 or 2517010. OLE color: 2517010.

HSL color Cylindrical-coordinate representation of color #126826: hue angle of 133.95º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126826 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 38 -
CMYK 0.83 0 0.63 0.59
HSL 133.95º 0.7% 0.24% -
HSV(B) 133.95º 0.83% 0.41% -
XYZ 5.55 10.17 3.5 -
YUV 70.76 109.51 90.37 -
System Red Green Blue C M Y K H S L
Decimal 18 104 38 0.83 0 0.63 0.59 133.95 0.7 0.24
Hex 12 68 26 53 0 3F 3B 86 46 18
Octal 22 150 46 123 0 77 73 206 106 30
Binary 10010 1101000 100110 1010011 0 111111 111011 10000110 1000110 11000

Color Harmonies of #126826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126826

Black with #126826

Text Example


Text Example

White with #126826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126826; }

 p { color: rgb(18,104,38); }

 H1.HeaderClassName
 {
   color: #126826;
 }
 .AnyTagClassName
 {
   color: #126826;
 }
</style>

background-color css

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

 a { background-color: rgb(18,104,38); }

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

border-color css

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

 span { border-color: rgb(18,104,38); }

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