Html Css Color HEX #126230 Crusoe

📋 copy color: '#126230'

red 18 ◦ green 98 ◦ blue 48

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

Shades of Crusoe #126230

Tints of Crusoe #126230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.27%

R = 10.98%
G = 59.76%
B = 29.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#126230 (or 0x126230) is known color: Crusoe. HEX triplet: 12, 62 and 30. RGB value is (18,98,48). Sum of RGB (Red+Green+Blue) = 18+98+48=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #126230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126230 is #ED9DCF. Grayscale: #444444. Windows color (decimal): -15572432 or 3170834. OLE color: 3170834.

HSL color Cylindrical-coordinate representation of color #126230: hue angle of 142.5º 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 #126230 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 48 -
CMYK 0.82 0 0.51 0.62
HSL 142.5º 0.69% 0.23% -
HSV(B) 142.5º 0.82% 0.38% -
XYZ 5.15 9.08 4.28 -
YUV 68.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 18 98 48 0.82 0 0.51 0.62 142.5 0.69 0.23
Hex 12 62 30 52 0 33 3E 8E 45 17
Octal 22 142 60 122 0 63 76 216 105 27
Binary 10010 1100010 110000 1010010 0 110011 111110 10001110 1000101 10111

Color Harmonies of #126230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126230

Black with #126230

Text Example


Text Example

White with #126230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126230; }

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

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

background-color css

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

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

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

border-color css

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

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

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