Html Css Color HEX #12532F Crusoe

📋 copy color: '#12532F'

red 18 ◦ green 83 ◦ blue 47

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

Shades of Crusoe #12532F

Tints of Crusoe #12532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.08%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 12.16%
G = 56.08%
B = 31.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#12532F (or 0x12532F) is known color: Crusoe. HEX triplet: 12, 53 and 2F. RGB value is (18,83,47). Sum of RGB (Red+Green+Blue) = 18+83+47=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #12532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12532F is #EDACD0. Grayscale: #3B3B3B. Windows color (decimal): -15576273 or 3101458. OLE color: 3101458.

HSL color Cylindrical-coordinate representation of color #12532F: hue angle of 146.77º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12532F is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 47 -
CMYK 0.78 0 0.43 0.67
HSL 146.77º 0.64% 0.2% -
HSV(B) 146.77º 0.78% 0.33% -
XYZ 3.86 6.52 3.74 -
YUV 59.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 18 83 47 0.78 0 0.43 0.67 146.77 0.64 0.2
Hex 12 53 2F 4E 0 2B 43 93 40 14
Octal 22 123 57 116 0 53 103 223 100 24
Binary 10010 1010011 101111 1001110 0 101011 1000011 10010011 1000000 10100

Color Harmonies of #12532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12532F

Black with #12532F

Text Example


Text Example

White with #12532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12532F; }

 p { color: rgb(18,83,47); }

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

background-color css

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

 a { background-color: rgb(18,83,47); }

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

border-color css

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

 span { border-color: rgb(18,83,47); }

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