Html Css Color HEX #125226 Crusoe

📋 copy color: '#125226'

red 18 ◦ green 82 ◦ blue 38

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

Shades of Crusoe #125226

Tints of Crusoe #125226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.42%

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

R = 13.04%
G = 59.42%
B = 27.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#125226 (or 0x125226) is known color: Crusoe. HEX triplet: 12, 52 and 26. RGB value is (18,82,38). Sum of RGB (Red+Green+Blue) = 18+82+38=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #125226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125226 is #EDADD9. Grayscale: #393939. Windows color (decimal): -15576538 or 2511378. OLE color: 2511378.

HSL color Cylindrical-coordinate representation of color #125226: hue angle of 138.75º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125226 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 38 -
CMYK 0.78 0 0.54 0.68
HSL 138.75º 0.64% 0.2% -
HSV(B) 138.75º 0.78% 0.32% -
XYZ 3.62 6.3 2.86 -
YUV 57.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 18 82 38 0.78 0 0.54 0.68 138.75 0.64 0.2
Hex 12 52 26 4E 0 36 44 8B 40 14
Octal 22 122 46 116 0 66 104 213 100 24
Binary 10010 1010010 100110 1001110 0 110110 1000100 10001011 1000000 10100

Color Harmonies of #125226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125226

Black with #125226

Text Example


Text Example

White with #125226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125226; }

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

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

background-color css

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

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

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

border-color css

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

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

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