Html Css Color HEX #125432 Crusoe

📋 copy color: '#125432'

red 18 ◦ green 84 ◦ blue 50

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

Shades of Crusoe #125432

Tints of Crusoe #125432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 11.84%
G = 55.26%
B = 32.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#125432 (or 0x125432) is known color: Crusoe. HEX triplet: 12, 54 and 32. RGB value is (18,84,50). Sum of RGB (Red+Green+Blue) = 18+84+50=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #125432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125432 is #EDABCD. Grayscale: #3C3C3C. Windows color (decimal): -15576014 or 3298322. OLE color: 3298322.

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

Color convert

RGB 18 84 50 -
CMYK 0.79 0 0.40 0.67
HSL 149.09º 0.65% 0.2% -
HSV(B) 149.09º 0.79% 0.33% -
XYZ 4 6.7 4.1 -
YUV 60.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 18 84 50 0.79 0 0.40 0.67 149.09 0.65 0.2
Hex 12 54 32 4F 0 28 43 95 41 14
Octal 22 124 62 117 0 50 103 225 101 24
Binary 10010 1010100 110010 1001111 0 101000 1000011 10010101 1000001 10100

Color Harmonies of #125432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125432

Black with #125432

Text Example


Text Example

White with #125432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125432; }

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

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

background-color css

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

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

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

border-color css

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

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

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