Html Css Color HEX #126133 Crusoe

📋 copy color: '#126133'

red 18 ◦ green 97 ◦ blue 51

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

Shades of Crusoe #126133

Tints of Crusoe #126133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 10.84%
G = 58.43%
B = 30.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#126133 (or 0x126133) is known color: Crusoe. HEX triplet: 12, 61 and 33. RGB value is (18,97,51). Sum of RGB (Red+Green+Blue) = 18+97+51=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #126133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126133 is #ED9ECC. Grayscale: #444444. Windows color (decimal): -15572685 or 3367186. OLE color: 3367186.

HSL color Cylindrical-coordinate representation of color #126133: hue angle of 145.06º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126133 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 51 -
CMYK 0.81 0 0.47 0.62
HSL 145.06º 0.69% 0.23% -
HSV(B) 145.06º 0.81% 0.38% -
XYZ 5.12 8.92 4.58 -
YUV 68.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 18 97 51 0.81 0 0.47 0.62 145.06 0.69 0.23
Hex 12 61 33 51 0 2F 3E 91 45 17
Octal 22 141 63 121 0 57 76 221 105 27
Binary 10010 1100001 110011 1010001 0 101111 111110 10010001 1000101 10111

Color Harmonies of #126133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126133

Black with #126133

Text Example


Text Example

White with #126133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126133; }

 p { color: rgb(18,97,51); }

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

background-color css

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

 a { background-color: rgb(18,97,51); }

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

border-color css

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

 span { border-color: rgb(18,97,51); }

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