Html Css Color HEX #125827 Crusoe

📋 copy color: '#125827'

red 18 ◦ green 88 ◦ blue 39

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

Shades of Crusoe #125827

Tints of Crusoe #125827

RGB

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

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

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

R = 12.41%
G = 60.69%
B = 26.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#125827 (or 0x125827) is known color: Crusoe. HEX triplet: 12, 58 and 27. RGB value is (18,88,39). Sum of RGB (Red+Green+Blue) = 18+88+39=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #125827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125827 is #EDA7D8. Grayscale: #3D3D3D. Windows color (decimal): -15575001 or 2578450. OLE color: 2578450.

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

Color convert

RGB 18 88 39 -
CMYK 0.80 0 0.56 0.65
HSL 138º 0.66% 0.21% -
HSV(B) 138º 0.8% 0.35% -
XYZ 4.11 7.25 3.1 -
YUV 61.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 18 88 39 0.80 0 0.56 0.65 138 0.66 0.21
Hex 12 58 27 50 0 38 41 8A 42 15
Octal 22 130 47 120 0 70 101 212 102 25
Binary 10010 1011000 100111 1010000 0 111000 1000001 10001010 1000010 10101

Color Harmonies of #125827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125827

Black with #125827

Text Example


Text Example

White with #125827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125827; }

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

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

background-color css

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

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

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

border-color css

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

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

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