Html Css Color HEX #125429 Crusoe

📋 copy color: '#125429'

red 18 ◦ green 84 ◦ blue 41

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

Shades of Crusoe #125429

Tints of Crusoe #125429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.74%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 12.59%
G = 58.74%
B = 28.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#125429 (or 0x125429) is known color: Crusoe. HEX triplet: 12, 54 and 29. RGB value is (18,84,41). Sum of RGB (Red+Green+Blue) = 18+84+41=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #125429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125429 is #EDABD6. Grayscale: #3B3B3B. Windows color (decimal): -15576023 or 2708498. OLE color: 2708498.

HSL color Cylindrical-coordinate representation of color #125429: hue angle of 140.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125429 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 41 -
CMYK 0.79 0 0.51 0.67
HSL 140.91º 0.65% 0.2% -
HSV(B) 140.91º 0.79% 0.33% -
XYZ 3.82 6.63 3.18 -
YUV 59.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 18 84 41 0.79 0 0.51 0.67 140.91 0.65 0.2
Hex 12 54 29 4F 0 33 43 8D 41 14
Octal 22 124 51 117 0 63 103 215 101 24
Binary 10010 1010100 101001 1001111 0 110011 1000011 10001101 1000001 10100

Color Harmonies of #125429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125429

Black with #125429

Text Example


Text Example

White with #125429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125429; }

 p { color: rgb(18,84,41); }

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

background-color css

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

 a { background-color: rgb(18,84,41); }

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

border-color css

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

 span { border-color: rgb(18,84,41); }

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