Html Css Color HEX #125836 Crusoe

📋 copy color: '#125836'

red 18 ◦ green 88 ◦ blue 54

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

Shades of Crusoe #125836

Tints of Crusoe #125836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 11.25%
G = 55%
B = 33.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#125836 (or 0x125836) is known color: Crusoe. HEX triplet: 12, 58 and 36. RGB value is (18,88,54). Sum of RGB (Red+Green+Blue) = 18+88+54=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #125836 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125836 is #EDA7C9. Grayscale: #3F3F3F. Windows color (decimal): -15574986 or 3561490. OLE color: 3561490.

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

Color convert

RGB 18 88 54 -
CMYK 0.80 0 0.39 0.65
HSL 150.86º 0.66% 0.21% -
HSV(B) 150.86º 0.8% 0.35% -
XYZ 4.41 7.37 4.68 -
YUV 63.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 18 88 54 0.80 0 0.39 0.65 150.86 0.66 0.21
Hex 12 58 36 50 0 27 41 97 42 15
Octal 22 130 66 120 0 47 101 227 102 25
Binary 10010 1011000 110110 1010000 0 100111 1000001 10010111 1000010 10101

Color Harmonies of #125836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125836

Black with #125836

Text Example


Text Example

White with #125836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125836; }

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

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

background-color css

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

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

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

border-color css

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

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

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