Html Css Color HEX #125926 Crusoe

📋 copy color: '#125926'

red 18 ◦ green 89 ◦ blue 38

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

Shades of Crusoe #125926

Tints of Crusoe #125926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.38%

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

R = 12.41%
G = 61.38%
B = 26.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#125926 (or 0x125926) is known color: Crusoe. HEX triplet: 12, 59 and 26. RGB value is (18,89,38). Sum of RGB (Red+Green+Blue) = 18+89+38=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #125926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125926 is #EDA6D9. Grayscale: #3E3E3E. Windows color (decimal): -15574746 or 2513170. OLE color: 2513170.

HSL color Cylindrical-coordinate representation of color #125926: hue angle of 136.9º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125926 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 38 -
CMYK 0.80 0 0.57 0.65
HSL 136.9º 0.66% 0.21% -
HSV(B) 136.9º 0.8% 0.35% -
XYZ 4.17 7.41 3.04 -
YUV 61.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 18 89 38 0.80 0 0.57 0.65 136.9 0.66 0.21
Hex 12 59 26 50 0 39 41 89 42 15
Octal 22 131 46 120 0 71 101 211 102 25
Binary 10010 1011001 100110 1010000 0 111001 1000001 10001001 1000010 10101

Color Harmonies of #125926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125926

Black with #125926

Text Example


Text Example

White with #125926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125926; }

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

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

background-color css

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

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

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

border-color css

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

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

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