Html Css Color HEX #125527 Crusoe

📋 copy color: '#125527'

red 18 ◦ green 85 ◦ blue 39

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

Shades of Crusoe #125527

Tints of Crusoe #125527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.86%

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 12.68%
G = 59.86%
B = 27.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#125527 (or 0x125527) is known color: Crusoe. HEX triplet: 12, 55 and 27. RGB value is (18,85,39). Sum of RGB (Red+Green+Blue) = 18+85+39=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #125527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125527 is #EDAAD8. Grayscale: #3B3B3B. Windows color (decimal): -15575769 or 2577682. OLE color: 2577682.

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

Color convert

RGB 18 85 39 -
CMYK 0.79 0 0.54 0.67
HSL 138.81º 0.65% 0.2% -
HSV(B) 138.81º 0.79% 0.33% -
XYZ 3.86 6.77 3.02 -
YUV 59.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 18 85 39 0.79 0 0.54 0.67 138.81 0.65 0.2
Hex 12 55 27 4F 0 36 43 8B 41 14
Octal 22 125 47 117 0 66 103 213 101 24
Binary 10010 1010101 100111 1001111 0 110110 1000011 10001011 1000001 10100

Color Harmonies of #125527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125527

Black with #125527

Text Example


Text Example

White with #125527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125527; }

 p { color: rgb(18,85,39); }

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

background-color css

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

 a { background-color: rgb(18,85,39); }

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

border-color css

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

 span { border-color: rgb(18,85,39); }

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