Html Css Color HEX #125825 Crusoe

📋 copy color: '#125825'

red 18 ◦ green 88 ◦ blue 37

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

Shades of Crusoe #125825

Tints of Crusoe #125825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.54%

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

R = 12.59%
G = 61.54%
B = 25.87%

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

#125825 (or 0x125825) is known color: Crusoe. HEX triplet: 12, 58 and 25. RGB value is (18,88,37). Sum of RGB (Red+Green+Blue) = 18+88+37=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #125825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125825 is #EDA7DA. Grayscale: #3D3D3D. Windows color (decimal): -15575003 or 2447378. OLE color: 2447378.

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

Color convert

RGB 18 88 37 -
CMYK 0.80 0 0.58 0.65
HSL 136.29º 0.66% 0.21% -
HSV(B) 136.29º 0.8% 0.35% -
XYZ 4.07 7.24 2.93 -
YUV 61.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 18 88 37 0.80 0 0.58 0.65 136.29 0.66 0.21
Hex 12 58 25 50 0 3A 41 88 42 15
Octal 22 130 45 120 0 72 101 210 102 25
Binary 10010 1011000 100101 1010000 0 111010 1000001 10001000 1000010 10101

Color Harmonies of #125825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125825

Black with #125825

Text Example


Text Example

White with #125825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125825; }

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

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

background-color css

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

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

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

border-color css

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

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

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