Html Css Color HEX #126233 Crusoe

📋 copy color: '#126233'

red 18 ◦ green 98 ◦ blue 51

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

Shades of Crusoe #126233

Tints of Crusoe #126233

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.68%

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

R = 10.78%
G = 58.68%
B = 30.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#126233 (or 0x126233) is known color: Crusoe. HEX triplet: 12, 62 and 33. RGB value is (18,98,51). Sum of RGB (Red+Green+Blue) = 18+98+51=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #126233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126233 is #ED9DCC. Grayscale: #444444. Windows color (decimal): -15572429 or 3367442. OLE color: 3367442.

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

Color convert

RGB 18 98 51 -
CMYK 0.82 0 0.48 0.62
HSL 144.75º 0.69% 0.23% -
HSV(B) 144.75º 0.82% 0.38% -
XYZ 5.21 9.1 4.61 -
YUV 68.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 18 98 51 0.82 0 0.48 0.62 144.75 0.69 0.23
Hex 12 62 33 52 0 30 3E 91 45 17
Octal 22 142 63 122 0 60 76 221 105 27
Binary 10010 1100010 110011 1010010 0 110000 111110 10010001 1000101 10111

Color Harmonies of #126233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126233

Black with #126233

Text Example


Text Example

White with #126233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126233; }

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

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

background-color css

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

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

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

border-color css

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

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

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