Html Css Color HEX #125428 Crusoe

📋 copy color: '#125428'

red 18 ◦ green 84 ◦ blue 40

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

Shades of Crusoe #125428

Tints of Crusoe #125428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 12.68%
G = 59.15%
B = 28.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#125428 (or 0x125428) is known color: Crusoe. HEX triplet: 12, 54 and 28. RGB value is (18,84,40). Sum of RGB (Red+Green+Blue) = 18+84+40=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #125428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125428 is #EDABD7. Grayscale: #3B3B3B. Windows color (decimal): -15576024 or 2642962. OLE color: 2642962.

HSL color Cylindrical-coordinate representation of color #125428: hue angle of 140º 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 #125428 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 40 -
CMYK 0.79 0 0.52 0.67
HSL 140º 0.65% 0.2% -
HSV(B) 140º 0.79% 0.33% -
XYZ 3.8 6.62 3.09 -
YUV 59.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 18 84 40 0.79 0 0.52 0.67 140 0.65 0.2
Hex 12 54 28 4F 0 34 43 8C 41 14
Octal 22 124 50 117 0 64 103 214 101 24
Binary 10010 1010100 101000 1001111 0 110100 1000011 10001100 1000001 10100

Color Harmonies of #125428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125428

Black with #125428

Text Example


Text Example

White with #125428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125428; }

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

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

background-color css

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

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

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

border-color css

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

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

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