Html Css Color HEX #125925 Crusoe

📋 copy color: '#125925'

red 18 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #125925

Tints of Crusoe #125925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 12.5%
G = 61.81%
B = 25.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#125925 (or 0x125925) is known color: Crusoe. HEX triplet: 12, 59 and 25. RGB value is (18,89,37). Sum of RGB (Red+Green+Blue) = 18+89+37=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #125925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125925 is #EDA6DA. Grayscale: #3D3D3D. Windows color (decimal): -15574747 or 2447634. OLE color: 2447634.

HSL color Cylindrical-coordinate representation of color #125925: hue angle of 136.06º 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 #125925 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 37 -
CMYK 0.80 0 0.58 0.65
HSL 136.06º 0.66% 0.21% -
HSV(B) 136.06º 0.8% 0.35% -
XYZ 4.16 7.41 2.96 -
YUV 61.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 18 89 37 0.80 0 0.58 0.65 136.06 0.66 0.21
Hex 12 59 25 50 0 3A 41 88 42 15
Octal 22 131 45 120 0 72 101 210 102 25
Binary 10010 1011001 100101 1010000 0 111010 1000001 10001000 1000010 10101

Color Harmonies of #125925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125925

Black with #125925

Text Example


Text Example

White with #125925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125925; }

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

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

background-color css

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

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

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

border-color css

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

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

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