Html Css Color HEX #125534 Crusoe

📋 copy color: '#125534'

red 18 ◦ green 85 ◦ blue 52

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

Shades of Crusoe #125534

Tints of Crusoe #125534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 11.61%
G = 54.84%
B = 33.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#125534 (or 0x125534) is known color: Crusoe. HEX triplet: 12, 55 and 34. RGB value is (18,85,52). Sum of RGB (Red+Green+Blue) = 18+85+52=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #125534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125534 is #EDAACB. Grayscale: #3D3D3D. Windows color (decimal): -15575756 or 3429650. OLE color: 3429650.

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

Color convert

RGB 18 85 52 -
CMYK 0.79 0 0.39 0.67
HSL 150.45º 0.65% 0.2% -
HSV(B) 150.45º 0.79% 0.33% -
XYZ 4.12 6.87 4.36 -
YUV 61.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 18 85 52 0.79 0 0.39 0.67 150.45 0.65 0.2
Hex 12 55 34 4F 0 27 43 96 41 14
Octal 22 125 64 117 0 47 103 226 101 24
Binary 10010 1010101 110100 1001111 0 100111 1000011 10010110 1000001 10100

Color Harmonies of #125534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125534

Black with #125534

Text Example


Text Example

White with #125534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125534; }

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

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

background-color css

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

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

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

border-color css

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

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

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