Html Css Color HEX #125935 Crusoe

📋 copy color: '#125935'

red 18 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #125935

Tints of Crusoe #125935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.63%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 11.25%
G = 55.63%
B = 33.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#125935 (or 0x125935) is known color: Crusoe. HEX triplet: 12, 59 and 35. RGB value is (18,89,53). Sum of RGB (Red+Green+Blue) = 18+89+53=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #125935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125935 is #EDA6CA. Grayscale: #3F3F3F. Windows color (decimal): -15574731 or 3496210. OLE color: 3496210.

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

Color convert

RGB 18 89 53 -
CMYK 0.80 0 0.40 0.65
HSL 149.58º 0.66% 0.21% -
HSV(B) 149.58º 0.8% 0.35% -
XYZ 4.46 7.53 4.59 -
YUV 63.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 18 89 53 0.80 0 0.40 0.65 149.58 0.66 0.21
Hex 12 59 35 50 0 28 41 96 42 15
Octal 22 131 65 120 0 50 101 226 102 25
Binary 10010 1011001 110101 1010000 0 101000 1000001 10010110 1000010 10101

Color Harmonies of #125935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125935

Black with #125935

Text Example


Text Example

White with #125935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125935; }

 p { color: rgb(18,89,53); }

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

background-color css

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

 a { background-color: rgb(18,89,53); }

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

border-color css

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

 span { border-color: rgb(18,89,53); }

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